aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm
Commit message (Collapse)AuthorAgeFilesLines
* - mysql 4.1.x support (mysqli extension)Meik Sievertsen2005-01-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@5042 89ea8834-ac86-4346-8a33-228a782c2dd0
* - some fixes/changesMeik Sievertsen2004-12-191-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@5035 89ea8834-ac86-4346-8a33-228a782c2dd0
* language additionsMeik Sievertsen2004-05-261-1/+14
| | | | | | | some small fixes git-svn-id: file:///svn/phpbb/trunk@4893 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix some issues with oop, fixing small bugs and prepare the next steps...Meik Sievertsen2004-05-021-2/+7
| | | | | | | NOTE TO DEVS: have a look at adm/admin_board.php (new config layout) git-svn-id: file:///svn/phpbb/trunk@4883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: the way caches expire. (see dev forum)Ludovic Arnaud2003-11-262-105/+191
| | | | | | | Added: "private" caching. (see dev forum too ;)) git-svn-id: file:///svn/phpbb/trunk@4684 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor change. You may have to empty your cache.Ludovic Arnaud2003-09-041-4/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4468 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed: headers, and a couple of clean-upsLudovic Arnaud2003-09-032-45/+30
| | | | git-svn-id: file:///svn/phpbb/trunk@4464 89ea8834-ac86-4346-8a33-228a782c2dd0
* Minor changesLudovic Arnaud2003-08-172-1/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4413 89ea8834-ac86-4346-8a33-228a782c2dd0
* oopsie on closedirPaul S. Owen2003-08-121-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4393 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: ability to destroy specific SQL cachesLudovic Arnaud2003-08-122-8/+31
| | | | git-svn-id: file:///svn/phpbb/trunk@4389 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken out the $db var from acm classes for consistency with other classesLudovic Arnaud2003-08-112-16/+14
| | | | git-svn-id: file:///svn/phpbb/trunk@4379 89ea8834-ac86-4346-8a33-228a782c2dd0
* Greater than, lesser than... what's the big deal?? :PLudovic Arnaud2003-08-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4371 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added support for db-based caching... for people who like to store data in ↵Ludovic Arnaud2003-08-101-0/+173
| | | | | | databases. git-svn-id: file:///svn/phpbb/trunk@4368 89ea8834-ac86-4346-8a33-228a782c2dd0
* Cleaned up var names. $query_result is now passed by reference to be altered ↵Ludovic Arnaud2003-08-101-34/+34
| | | | | | directly from the cache manager git-svn-id: file:///svn/phpbb/trunk@4367 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove subfolder storage of templates ... a safe-mode thang, you can delete ↵Paul S. Owen2003-07-171-7/+9
| | | | | | any existing cache/templates folder git-svn-id: file:///svn/phpbb/trunk@4273 89ea8834-ac86-4346-8a33-228a782c2dd0
* No functional changes, will only produce less PHP notices/warnings.Ludovic Arnaud2003-04-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3949 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added user notification for post reporting, moved lang strings to lang_main, ↵Ludovic Arnaud2003-04-021-0/+7
| | | | | | added CSS style for mcp_jumpbox git-svn-id: file:///svn/phpbb/trunk@3779 89ea8834-ac86-4346-8a33-228a782c2dd0
* Random stuff: report.gif renamed to icon_report.gif, typo in acm_file.Ludovic Arnaud2003-03-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3736 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forgot to permanently delete the old fileLudovic Arnaud2003-03-231-227/+0
| | | | git-svn-id: file:///svn/phpbb/trunk@3703 89ea8834-ac86-4346-8a33-228a782c2dd0
* ACM filenames re-prefixedLudovic Arnaud2003-03-191-0/+227
| | | | git-svn-id: file:///svn/phpbb/trunk@3677 89ea8834-ac86-4346-8a33-228a782c2dd0
* D'OH!Ludovic Arnaud2003-03-121-3/+5
| | | | | | | (sql cache can expire, now) git-svn-id: file:///svn/phpbb/trunk@3637 89ea8834-ac86-4346-8a33-228a782c2dd0
* Renamed some functions in cache manager, now unloads vars properly before ↵Ludovic Arnaud2003-02-211-42/+47
| | | | | | the page is output. git-svn-id: file:///svn/phpbb/trunk@3479 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use array_shift to fetch cached rows.Ludovic Arnaud2003-01-311-14/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3438 89ea8834-ac86-4346-8a33-228a782c2dd0
* I thought I had committed this already :-/Ludovic Arnaud2003-01-311-25/+31
| | | | | | | (fixed slashing of data, added file locking) git-svn-id: file:///svn/phpbb/trunk@3436 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added global for phpbb_root_path to acm constructorPaul S. Owen2003-01-281-0/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3394 89ea8834-ac86-4346-8a33-228a782c2dd0
* Un-b0rked ACL options caching, small general fixesLudovic Arnaud2003-01-201-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@3338 89ea8834-ac86-4346-8a33-228a782c2dd0
* EOL should be fixed nowLudovic Arnaud2003-01-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-19/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@3313 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implementation of an experimental cache manager.Ludovic Arnaud2003-01-111-0/+244
git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0