aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acm/acm_file.php
Commit message (Expand)AuthorAgeFilesLines
* [task/acm-refactor] Refactor the ACM classes to have a common interface.Igor Wiedler2011-01-091-730/+0
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-191-0/+12
* [ticket/9519] Replace remaining is_writable() calls with phpbb_is_writable().Joas Schilling2010-08-101-2/+2
* Bug #55865 - Correctly move sql_row_pointer forward when calling sql_fetchfie...Andreas Fischer2009-12-251-1/+1
* Here we go! New data format for the file ACM module:Chris Smith2009-06-051-110/+305
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-111-3/+3
* Fix infinite loop in message handler if cache directory is not writable. (Bug...Meik Sievertsen2009-03-011-2/+5
* Missing read permission from calls to phpbb_chmod()Chris Smith2008-12-191-3/+3
* small adjustement... only add an empty array if cached data is empty (from 3....Meik Sievertsen2008-11-221-2/+2
* make sure phpbb_chmod is able to be calledMeik Sievertsen2008-11-221-0/+18
* Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our us...Meik Sievertsen2008-09-291-2/+2
* change the way we do chmodd'ing. I know, my implementation really sucked... g...Meik Sievertsen2008-08-221-3/+3
* the chmod change i already had within the changelog (by mistake). This should...Meik Sievertsen2008-08-161-3/+3
* writable instead of writeable. :/Meik Sievertsen2008-07-281-2/+2
* Do not rely on parameter returned by unlink() for verifying cache directory w...Meik Sievertsen2008-02-231-4/+6
* - Re-populate arrays on cache purge/save to allow re-using some functions wit...Meik Sievertsen2007-11-171-0/+10
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-4/+12
* some fixesMeik Sievertsen2007-07-111-1/+2
* more failsafe "glob()" method.Meik Sievertsen2007-07-101-3/+8
* let's see if i can break something. :oMeik Sievertsen2007-07-031-5/+17
* some fixes...Meik Sievertsen2007-06-301-1/+8
* some language-specific adjustementsMeik Sievertsen2007-05-031-2/+2
* some changes/bugfixesMeik Sievertsen2007-03-301-1/+1
* #5137David M2007-03-201-0/+1
* we support PHP4. :oMeik Sievertsen2007-03-031-3/+1
* this change should be a performance boost on destroying the sql cache... took...Meik Sievertsen2007-03-031-6/+23
* - fixing some bugsMeik Sievertsen2007-01-201-6/+24
* - use var_export instead of our format_array function [Bug #6748]Meik Sievertsen2007-01-041-40/+8
* he braces style is deprecated as of PHP 6Meik Sievertsen2006-10-071-4/+4
* - finally removed sql_numrowsMeik Sievertsen2006-10-041-8/+0
* i am tired of the support requests for those having changed the permissions o...Meik Sievertsen2006-09-241-0/+10
* made sql_rowseek consistent with the dbal methods as well as fixing sql_query...Meik Sievertsen2006-09-231-1/+1
* removed debug_extra noticeMeik Sievertsen2006-09-171-1/+1
* some changes/fixesMeik Sievertsen2006-09-021-1/+1
* some updates. Also adjusted the utf tools and normalizer more to our coding g...Meik Sievertsen2006-08-221-0/+26
* - custom profile field fixedMeik Sievertsen2006-08-031-1/+1
* - acm_file uses an index pointer to the current row instead of shifting the r...Nils Adermann2006-08-011-1/+62
* - tackle some usability issuesMeik Sievertsen2006-07-091-6/+8
* make sure custom profile fields are created correctly on registration (#2225)Meik Sievertsen2006-06-131-5/+48
* - permission trace correctly uses language variables nowNils Adermann2006-06-041-3/+3
* some tiny changes...Meik Sievertsen2006-05-261-0/+2
* - some adjustements for phpdocumentorMeik Sievertsen2006-05-051-2/+2
* - Bug 1301David M2006-03-281-2/+2
* - adding ability to assign moderator specific ban optionsMeik Sievertsen2006-03-151-9/+12
* - fix cookie shorteningMeik Sievertsen2006-03-091-0/+3
* - overhauled search systemNils Adermann2006-01-111-0/+5
* - acm::exists() is considered private now and was renamed to acm::_exists()Nils Adermann2006-01-051-3/+8
* - some bugfixesMeik Sievertsen2005-12-041-12/+12
* - some bugfixesMeik Sievertsen2005-10-041-3/+3