aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Setting returned query_id to correct valuePaul S. Owen2003-08-121-7/+8
* Added: ability to destroy specific SQL cachesLudovic Arnaud2003-08-122-8/+31
* Don't write out when closing unless a file actually exists ...Paul S. Owen2003-08-121-5/+29
* Taken out the $db var from acm classes for consistency with other classesLudovic Arnaud2003-08-112-16/+14
* Correct pathname for templatePaul S. Owen2003-08-111-1/+1
* Remove trailing slash from T_XXXX_PATH varsPaul S. Owen2003-08-111-3/+3
* Greater than, lesser than... what's the big deal?? :PLudovic Arnaud2003-08-101-1/+1
* Less bug, more commentsLudovic Arnaud2003-08-101-6/+5
* Added support for db-based caching... for people who like to store data in da...Ludovic Arnaud2003-08-101-0/+173
* Cleaned up var names. $query_result is now passed by reference to be altered ...Ludovic Arnaud2003-08-101-34/+34
* Renamed $expire_time to $max_age.Ludovic Arnaud2003-08-101-13/+12
* Moved sql_close() down, after the cache is unloaded.Ludovic Arnaud2003-08-101-20/+12
* Added the binary attribute for Windows platforms. Removed the read attribute ...Ludovic Arnaud2003-08-101-4/+3
* Primary / secondary style bbcode implementation. Not thoroughly tested yet bu...Ludovic Arnaud2003-08-101-7/+24
* Brain wanted in Room 101, Brain wantedPaul S. Owen2003-08-091-2/+4
* It's amazing what a strategically placed = can do for normal operation ...Paul S. Owen2003-08-091-19/+24
* Further tidy ups for zip compatibility ... still seem to be problems deleting...Paul S. Owen2003-08-091-54/+56
* Ensure consistent output from filelistPaul S. Owen2003-08-091-6/+17
* Improve compatibility of zip extract methodPaul S. Owen2003-08-091-53/+105
* A fair amount of additional working or semi-working stuff ... template stored...Paul S. Owen2003-08-064-27/+77
* path change for bbcodePaul S. Owen2003-07-241-1/+1
* filelist changes ... do away with static typePaul S. Owen2003-07-241-3/+3
* Changes for styling directory layout alterationsPaul S. Owen2003-07-243-11/+11
* escape browser and page infoPaul S. Owen2003-07-231-3/+3
* Save some mem when decompressing .zipPaul S. Owen2003-07-221-12/+21
* Stripslashing escaped string twice ... should only be stipped when necessary ...Paul S. Owen2003-07-221-1/+1
* Extract .zip ... damn gzuncompressPaul S. Owen2003-07-211-11/+81
* Extraction of .tar, .tar.gz and .tar.bz2Paul S. Owen2003-07-211-0/+44
* concanetate rather than substr_replacePaul S. Owen2003-07-211-36/+47
* add .tar, .tar.gz and .tar.bz2 support, rejiggle source, seperate compress ob...Paul S. Owen2003-07-211-1993/+92
* Send DB stored css data to template if necessary ... yes, I realise this won'...Paul S. Owen2003-07-211-7/+3
* Ignore given list of filesPaul S. Owen2003-07-201-1/+8
* Compression/decompression "libs" and a change to filelistPaul S. Owen2003-07-202-4/+2181
* Remove subfolder storage of templates ... a safe-mode thang, you can delete a...Paul S. Owen2003-07-172-19/+15
* pass by reference changePaul S. Owen2003-07-141-5/+5
* More styling stuff ... activate, deactivate styles ... deactivated styles can...Paul S. Owen2003-07-131-15/+16
* Allow preview of style for user with appropriate rights ... a "cheat" reallyPaul S. Owen2003-07-131-3/+14
* Update data for styling schema changesPaul S. Owen2003-07-131-3/+4
* Cope with secondary (per forum) styles, probably other minor things too ... t...Paul S. Owen2003-07-132-19/+21
* Cope with secondary (per forum) styles, probably other minor things too ... t...Paul S. Owen2003-07-132-37/+73
* Fixed the error message for too many quotesLudovic Arnaud2003-07-121-3/+3
* Fix failure to INCLUDE a file following its sole recompilation ... I should a...Paul S. Owen2003-07-111-1/+1
* forced_recompile "seems" to work now if set true ...Paul S. Owen2003-07-111-3/+9
* include functions_admin to use the add_log functionMeik Sievertsen2003-07-111-0/+1
* fix small issue with empty username and passwordMeik Sievertsen2003-07-111-4/+4
* $this->error removedPaul S. Owen2003-07-081-33/+22
* avatar stuffPaul S. Owen2003-07-081-5/+5
* Move certain methods out of ucp class, move ucp class into ucp, break half a ...Paul S. Owen2003-07-075-445/+276
* Another sqlite UNION ALL insert update ... yes, I know sqlite install seems t...Paul S. Owen2003-07-071-1/+2
* merged log tables, added new log_type (critical).Meik Sievertsen2003-07-065-167/+327