View | Annotate | Download (32.9 KB)
This commit was manufactured by cvs2svn to create tag 'release_2_0_1'.
Various updates
Added exit's after those header location redirects without them
Yep, more updates and fixes
Loads of bug fixes and updates
A few more missed intval's
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Minor update for page count display
Various updates with any luck they fix a few minor issues without causing new ones ...
pre-freeze on main templates, various bug fixes (highlighting search results, various search related issues, blah blah). These updates need thorough checking, quickly
Fixed bug #535245
Fix unecessary ( ) around GROUP BY clause for IP section
Output message if neither a forum nor topic id are specified
Update for change in remove search word function ... bug #531662
Fixed bug #506390 THis isn't the best fix but its the only way I could get around adding language file string
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
Remove extra session var in session_pagestart
Made viewip in modcp.php usefull and introduced an undocumented feature :D
Added 'return to forum' to (un)lock
Fix a bit of a typo on Line 512 with non-ending string bug #517154
Fix various missing /> in input fields
Fix 'return to mod CP' href problem
Updated for first_topic_id
Fixed 'blabla %s' problem in ALT attr (#504666)
Fixed display of feedback message when deleting topic
Fixed bug #488816
Another \' update ...
Added check if post exist for IP check
More updates for Euclid, minor update to subSilver, fixed bug #490798
Fixed bug #487801
oops, missing page_header ...
Handle deletion of search matches and words upon deletion of topic + removal of confirmation on lock/unlock
Fixed bug #484331
Added checkbox for shadowtopic on topic move, enabled deleting of shadow topics
Language updates
Some updates to modcp to show the topic type and correct folder icons
Various changes to location redirection ... please note the format and name changes
Fixed bug 468765 - addslashes to topic title when moving topics.
Forgot to delete watched topics when a topic is deleted
Fixed bugs #464065, #464064 and problem with topic without poll causing error when deleted
Various changes
Updated moderator panel, particularly move/delete topic
Altered layout of phpbb_config table
Couple of mods to template and addition of rdns lookup for IP
View IP code in
Fixed bug #457835
Fixing a few bugs....
fixed bug #457604
Ccouple minor fixes
Fixes for bugs 457239 and 457301
Removed referance to viewip templates to remove error in beta 1
Took out debugging stuff for prelim. view ip functions
Re-added GPL disclaimers
Modified header comments
Updated deletion to include sync
Fixed bug in updating forum last post
Fixed little bug causing parse error
Deleting moved topics now works
A few changes to topic moving. TOPIC_MOVE constant gets set to the topic_status field so that moved topics don't 'stick' at the top of viewforum. Also, added topic_moved_id field to store the ID that the topic moves to.
Added move topic
A few updates, mainly template related
Removed check for admin level, not needed
Template config system, store relevant config stuff here
Split beyond this post works
Split posts works, split beyond this post does not. Still needs interface work as well
Changes to include location + some other misc stuff
Start of the admin frontend
Split topic works.
Split is half done... don't try and use it though its current b0rked :)
Confirmation finished for delete, lock, and unlock.
Confirm works with lock/unlock now too. Next up, move and split
Confirm in moderator control panel works on Deletes
Fixed bug in posting (forum_topics was incremented on replies, not just new topics) One click lock/unlock/delete works for modcp.
More updates
moderator cp shows folders now so you can see whats locked/unlocked/. Also shows stick/announce status.
Mass lock/unlock done. Locked topic handling in viewforum
Moderator control panel: Mass Delete now works
Started on moderator control panel code. Main layout is started, no functionality yet