History | View | Annotate | Download (51.8 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
- session changes
Small bug in template, some fields not shown if user posts first message in forum where postcount is not increased
- checkin fixed viewtopic (just forgot to check it in, been applied to area51 after 2.0.16 release)
- some cross-db related changes- putting active bots array into cache
- related to the updated topic tracking code
- made path information available to template (T_)- eased topic/post icon in templates (removing hardcoded img)- added S_FIRST_ROW and S_LAST_ROW to template engine
- added updated coding guidelines- introduced is_registered and is_bot flags for correct determinition of guest/registered/bot users- changed bot code to act on useragent || ip
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
- first try to break things...
I'ml unwell, give me a break
Display poll results after voting even if you can change said vote
damn
tiny addition
- removed unnecessary pm options- added one option to clearly define email visibility
- bugfixes- default sort options for posts too- adjusted format_date to remove the (time intensive) preg_ calls- temporary style.php code.
fix highlight issue in 2.1
- letting urls work again, fixing [code] breakage on urls, corrected magic_url to be able to parse urls at the beginning/end of bbcode blocks- fixed "edited by" message.
- minor fixes
- search updates
- load_moderators taken into account at index.php- added S_UNREAD_TOPIC to viewforum- changed S_UNREAD to S_UNREAD_POST in viewtopic
- more updates, mostly bugfixes to the bbcode parser- changed current_user in sessions (please review)- give more flexibility to style authors in regard to the pagination elements- profile fields updates (included a sample constuct into viewtopic_body.html - have to be documented extensivly)...
- re-enable polls (user is now able to decide if users are able to change votes if this feature is enabled within the given forum)
my turn to break the forum (and at least pm's are no longer working - will not last long). HARRRR
Danger Wil Robinson Danger! Paul is commiting files! Danger
This is a mass commit ... expect trouble! Changes made here are primarily to how login is handled, schema changes necessary!
- now notification redirection working... ?!
- remove avatar class- added S_FIRST_UNREAD and S_UNREAD- removed U_POST_ID
Changed IP to Info ... pointless having two links to basically the same information
- approve/disapprove posts/topics- changed mcp_front to be more moderator friendly- able to change the forum in mcp_queue (for moderators moderating more than one forum)
gah
- fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums)- determine permission settings for submodules- further approve/disapprove work (approve_details added)
- added splitting of topics to mcp- added merging of posts to mcp- fixed parsing of acl_getf results- adjusted tracking code for important announcements (seems to work now)
- remove output buffering options from download.php (not needed anymore)- optimized viewtopic.php a little bit- removed the create_function (was consuming too much memory) from viewtopic- check for manually added convert[.exe] program name to imagemagick path in admin_attachments...
fixed viewtopic pagination (accidently added $start in the middle rendering pagination useless)
- fixed notification redirection- added SID to ucp redirects
- added folder_moved image- new feature: bookmark topics- fixed post details link- added confirmation screen to cookie deletion
- added delete cookies link- fixed global announcement links in viewforum- do not display redirects in link forums as posts in forum overview
- forum rules + link to forum rules- three new (tiny) functions added to functions_posting responsible for handling text with bbcode/smilies/urls, use them at items all over across phpbb...- some bugfixes within admin_forums and other files- new admin_board layout (much safer, security wise)
fixed last edited bytryed to fix mark read codeother small fixes...added (commented out) custom profile fields template support
Disable karma/rating
fix some issues with oop, fixing small bugs and prepare the next steps...NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
add a little bit more information for style authorsease the jumpbox handling a little bit
- check for array [lang]- admin_forums delete routine updated- added extension groups per forum
minor adjustments
splitted language files
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
the display code for inline attachments, isn't it cute? ;)
preserve 'jump to post'... if emailed notification link and login required.
fixed: smilie parsing in signaturesadded: edit notes
'post encoding'-fix
Update for new karma image location/creation
more user friendly (this fulfills request #695587 in conjunction with the previously added topic link to the notification templates)
If you don't know what it is, you shouldn't be reading this...(query split as discussed in dev forum)Fixed: board's URL in printer mode
related to attachments
new permissions, merged attachment tables (the intended purpose of two tables is no longer valid), attachment updates along the merging...
Note: please merge your attachment tables (develop dir).
finish bump topic feature...
oops... not realised the config name change locally. :/added logging of bump action
bump topic and orphan attachmentschanges here and there...
Let's break lots of things
sticky/announcement time limitlogin upon notification
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
Fixed: invalid start value will not cause the whole table to be returned ;)Changed: some lang strings. lang_main to be updated soon
Updates mainly for removal of extension + header comment ... moved some aspects of ucp around, further work to be done on these areas ... not commiting search for time being
Added: fetch posts the other way (see forum)Fixed: call-time pass by reference is deprecated on PHP 4.2.0+ and it may display a warningFixed: str_replace() on highlight words
Changing of votes ... possible new icons for "new votes since last view" in viewforum
Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho
now display_notice is working as expected.
re-display download notice
The moron has left the building
Online tracking img load switch
Various updates
Added a quick link to post details for moderators
a few fixes
fixed edit posts (wrong username/id entered)
Global announcements ... sort of work ... well they seem to, need to look at possbility of splitting topics table in two
only small addition for further use...
Fixed signatures showing up no matter if you wanted it or not
Marking and various fixes ... Karma calculation code removed ... don't see point in potentially messing up ratings when "formula" changes
added: download notice for people unable to see files attached to postschanged: put attachment display into a function now called by posting preview and viewtopic (functions_display.php)fixed: small fix in posting routines, cleanups...
A few minor updates
Default rank images directory
Incorrect avatar dimensions
Majority are UCP related updates ... avatars should now work, aside from gallery, fixed a few other issues, updated schema/basic
some cleanups/updates
Wasn't stripping slashes from the cookies ... that will account for some of the erroneous mark read, nothing changes issues. Add name="" to image generation ... for "on" event handlers, etc.
Various updates, changed jump to first unread as per Ashe's suggestion/request ... hope people don't start linking to it making me regret reverting to this implementation :D Moved many decisions on what icons to output to templates ... feedback wrt any performance impacts happily accepted.
Only set start = 0 when first sorting ... else it screws everything up :)
This version tends to do what it was supposed to do ... I guess users will prefer this ...
Enable view limiting functions ... Ashe, not sure if this is compatible with your thinking for bbcode but it seems the "logical" way to handle disabling of bbcode/flash in this manner. Fixed issue with automatic url handling of local links
Jump to last post on "View newest unread" when all posts have been read
a few updates, added #539865 and #694413.
Yet more mildly fudged code ... just to get something up, minor fixes/updates elsewhere
email topic, minor other changes, removed updating of parent forums upon posting (handled by functions_display)
Removed nav_links
page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs).
only very small things.
Various updates, forum links, "improve" forum management, cleanups, blah blah, note the schema changes, note also that forum management may misbehave ... reports on wrong doings are welcome ... seem to be having problems with some mcp functions under apache/win32