History | View | Annotate | Download (41.8 kB)
This commit was manufactured by cvs2svn to create tag 'milestone_3'.
blabla
- changed dbal class layout
- updated oracle schema/db files- updated sqlite schema/db files
- dbal changes
- re-added emotion column. ;)- postgresql schema fix
- 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...
- interbase/firebird 1.5+ support (still needs some tweaking)
- mssql related changes- only added NOT NULL text columns to schema_data, no updates here. ;)
- mysql 4.1.x support (mysqli extension)
Damn EOL, damn vim :S
Fixed small problem with finding Imagemagick
- 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)...
- updated installer (only small fixes)
- 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...
Small fix for install
Some minor glitches in the install process
i have nothing to say... just ignore this line.
bots
fudge-o-rama mkII
fudge-o-rama
Extension var update
acm_type var name update
Taken out the $db var from acm classes for consistency with other classes
store directory check
Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder
input submit/reset style class name change
SQLite support ... Probably helps if the installer supports it I guess ... I'm having one of those lifes, please excuse me.
There is no default_language ...
a few fixes
Add check for files/ , write img_magick details to config table, missed couple of lang strings
Add xml and mhash to optional module list
Updated Firebird schema ... "compatible" with mysql version ... NOTE the change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present
Few more changes ... now look for (possible) existence of existing tables with same prefix, warn if appropriate, output fatal error on other SQL failures
Couple extra strings, bold text
Moved lang strings
Some tidying up, transfer of a few lang strings, removed mbstring module check for now
You won't believe how close this computer came to having a free flying lesson ...
Initial "new installer" ... everyone say 'oooooooohhhhh' ... and you'll look extremely silly
deleting the constructor means refining the init call. ;)
a few updates, added #539865 and #694413.
capitalized install script lang vars.
Not quite a typo
oops, missed a bit
Remove debugging stuff
Fudge for firebird schema
Trying something
It's alive! It's alive! ...
Redirect path changes
Change related to the latest form of topics table
EOL should be fixed now
Implementation of an experimental cache manager.
This should now work ... still blank screens on errors (due to way errors are now handled by db layer ... need to set return on error and handle sql errors locally in install.php)
Minor changes, trying to get it working on my test server
bah, various issues, assign lang to this->lang via pointer(?)
This will do a clean install ... it will fail if config isn't writeable or any other error occurs ...
Start integrating install.tpl
Centralise install/upgrade/schemas ... make for easier removal and less cluter ... I think ... install needs to have it's template hard coded