History | View | Annotate | Download (4.9 kB)
This commit was manufactured by cvs2svn to create tag'release_2_0_2'.
Ok, so many bug fixes, so little time... Fun... Well, the change tomysql_schema was just changing the phpbb_groups group_id to autoincrement, should fix problems in upgrade.php. Should. I will probablyinclude any relevant schema changes with a nice update_to script in 2.0.2...
This commit was manufactured by cvs2svn to create branch 'phpBB-2_0_0'.
Switch off DEBUG mode ... will have to ask users to enable this in some cases during bug reporting but this will prevent piles of SQL being output in a few unecessary places
Ok this is just me being anal again... No code changes, just file headers..
Updates to overcome security issue + updates of various functions, initial version of profile registration include ... not completed but should be functional for obvious reasons(!)
Further privmsg constant
Fix defines for warnings
Add MOD user_level ... not terribly 'clean' with the permissions setup but allows simple implementation of 'global' mod needs
Added URL constant for categories
Altered for constant table names
Group control panel updates and mods + hidden group ability
Fixed various issues and bugs
Not sure what a TALBE is..heh
A little over half done the styles adminCan do: Add new themes from cfg file, export theme data to cfg file, remove themesCannot do: Created or edit themes
Preliminary avatar gallery support
Forgot to ftp again ...
Updated and fixed various issues, see post in developers forum for info
Removed some trailing newlines
Altered layout of phpbb_config table
Numerous updates and additions for polling and assorted fixes ... or bugs, whichever they turn out to be
Re-added GPL disclaimers
Modified header comments
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.
Topic notification ... initial stuff
Added move topic constants
Forum locking now implemented + some updates for future functionality
A demo of some Group CP functionality
Updates related to message.php and transaction update
Spot the mess ups
Update for messages.php
added auto_prune
Fixed spelling error in ANNOUNCEMENT which in caused an incorrect check to occur
Latest mods
Some privmsg updates
Forum level annoucements and sticky topics are done.Added topic_type field to the topics database in order to handle ordering. Would have used topic_status but that would have messed up the ordering when topics were locked
Reduced auth code size and added some more auth types
I taught I taw a puty tat
More changes ... admin level now set in phpbb_users rather than via auth system
Auth Stage-1 goes in
Lots of work on posting. New topic and reply functionality is mostly done. Edit post loads the form but needs database functionalityAll this is only been tested on Postgres, donno if it works as well on MySQL yet, will test when I can get access to sourceforge again
Additions for session code update
An extra TABLES constant for possible multiple autologin keys
Ran John's fix_files script to fix all the windows carriage returns.Also added the script in the develop dir. To use it copy it to the phpBB2 root dir and run it
Most of profile and registration done
Session code updates
Changes related to session code updates
Corrected for proper English spelling
User registration works.
Moved include files