aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* 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
* speed up split words a tadPaul S. Owen2003-08-301-25/+36
| | | | git-svn-id: file:///svn/phpbb/trunk@4459 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixed: slashing attachment comments (hopefully)Meik Sievertsen2003-08-293-39/+24
| | | | | | | changed header. git-svn-id: file:///svn/phpbb/trunk@4458 89ea8834-ac86-4346-8a33-228a782c2dd0
* Some html layout cleanupsPaul S. Owen2003-08-291-46/+33
| | | | git-svn-id: file:///svn/phpbb/trunk@4457 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added: admin definable bbcodesLudovic Arnaud2003-08-282-132/+192
| | | | | | | | Changed: preg references, use the prefered $n form instead of the old \\n one Fixed: tweaked PHP highlightning a little git-svn-id: file:///svn/phpbb/trunk@4453 89ea8834-ac86-4346-8a33-228a782c2dd0
* saved one query by moving max smilie check to the emoticons functionMeik Sievertsen2003-08-283-39/+26
| | | | git-svn-id: file:///svn/phpbb/trunk@4451 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-9/+7
| | | | git-svn-id: file:///svn/phpbb/trunk@4448 89ea8834-ac86-4346-8a33-228a782c2dd0
* Taken explain code out of sql_query. New improved layout.Ludovic Arnaud2003-08-281-55/+155
| | | | git-svn-id: file:///svn/phpbb/trunk@4447 89ea8834-ac86-4346-8a33-228a782c2dd0
* user option method (get) startPaul S. Owen2003-08-271-54/+22
| | | | git-svn-id: file:///svn/phpbb/trunk@4446 89ea8834-ac86-4346-8a33-228a782c2dd0
* bah, group handling needs some further discussion ... I'm done with it for M-2Paul S. Owen2003-08-2710-98/+206
| | | | git-svn-id: file:///svn/phpbb/trunk@4440 89ea8834-ac86-4346-8a33-228a782c2dd0
* Move presently implemented group functions to ... functionsPaul S. Owen2003-08-271-20/+377
| | | | git-svn-id: file:///svn/phpbb/trunk@4438 89ea8834-ac86-4346-8a33-228a782c2dd0
* A few more changes ... nearly there ... deleting users is going to be a ↵Paul S. Owen2003-08-252-5/+12
| | | | | | little troublesome git-svn-id: file:///svn/phpbb/trunk@4430 89ea8834-ac86-4346-8a33-228a782c2dd0
* The moving of update eliminates it's usefulness ... given the change was ↵Paul S. Owen2003-08-241-14/+23
| | | | | | done to increase security it wins :) git-svn-id: file:///svn/phpbb/trunk@4429 89ea8834-ac86-4346-8a33-228a782c2dd0
* Various updates "discovered" while working on website compression function ↵Paul S. Owen2003-08-221-14/+14
| | | | | | useage git-svn-id: file:///svn/phpbb/trunk@4418 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
* Fixed: removes the ending slash if the script path is empty resulting in a ↵Ludovic Arnaud2003-08-171-1/+3
| | | | | | double slash in the URL git-svn-id: file:///svn/phpbb/trunk@4412 89ea8834-ac86-4346-8a33-228a782c2dd0
* hmm, we never had such an object. :)Meik Sievertsen2003-08-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4407 89ea8834-ac86-4346-8a33-228a782c2dd0
* Seems some compression applications don't bother with little things like ↵Paul S. Owen2003-08-131-2/+14
| | | | | | standards ... git-svn-id: file:///svn/phpbb/trunk@4399 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix up issues with .tar, .tar.gz and .tar.bz2 archives and directory ↵Paul S. Owen2003-08-131-16/+58
| | | | | | structure creation git-svn-id: file:///svn/phpbb/trunk@4398 89ea8834-ac86-4346-8a33-228a782c2dd0
* query_id return changed back ... I think somethins is afoot with my local ↵Paul S. Owen2003-08-121-6/+1
| | | | | | repository ... git-svn-id: file:///svn/phpbb/trunk@4396 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do away with showing "categories" in the subforum listing ... just output a ↵Paul S. Owen2003-08-121-63/+5
| | | | | | subforum icon/link ... people appear to want this in preference git-svn-id: file:///svn/phpbb/trunk@4395 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
* Setting returned query_id to correct valuePaul S. Owen2003-08-121-7/+8
| | | | git-svn-id: file:///svn/phpbb/trunk@4390 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
* Don't write out when closing unless a file actually exists ...Paul S. Owen2003-08-121-5/+29
| | | | git-svn-id: file:///svn/phpbb/trunk@4381 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
* Correct pathname for templatePaul S. Owen2003-08-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove trailing slash from T_XXXX_PATH varsPaul S. Owen2003-08-111-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4375 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
* Less bug, more commentsLudovic Arnaud2003-08-101-6/+5
| | | | git-svn-id: file:///svn/phpbb/trunk@4370 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
* Renamed $expire_time to $max_age.Ludovic Arnaud2003-08-101-13/+12
| | | | | | | Added method_exists() checks for cache managers that would not support the caching of SQL data. git-svn-id: file:///svn/phpbb/trunk@4366 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moved sql_close() down, after the cache is unloaded.Ludovic Arnaud2003-08-101-20/+12
| | | | git-svn-id: file:///svn/phpbb/trunk@4365 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added the binary attribute for Windows platforms. Removed the read attribute ↵Ludovic Arnaud2003-08-101-4/+3
| | | | | | because it wasn't needed. git-svn-id: file:///svn/phpbb/trunk@4364 89ea8834-ac86-4346-8a33-228a782c2dd0
* Primary / secondary style bbcode implementation. Not thoroughly tested yet ↵Ludovic Arnaud2003-08-101-7/+24
| | | | | | but my test board still functions so I guess it works ;) git-svn-id: file:///svn/phpbb/trunk@4363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Brain wanted in Room 101, Brain wantedPaul S. Owen2003-08-091-2/+4
| | | | git-svn-id: file:///svn/phpbb/trunk@4357 89ea8834-ac86-4346-8a33-228a782c2dd0
* It's amazing what a strategically placed = can do for normal operation ...Paul S. Owen2003-08-091-19/+24
| | | | git-svn-id: file:///svn/phpbb/trunk@4356 89ea8834-ac86-4346-8a33-228a782c2dd0
* Further tidy ups for zip compatibility ... still seem to be problems ↵Paul S. Owen2003-08-091-54/+56
| | | | | | deleting entries via Powerarchiver ... works fine under Linux git-svn-id: file:///svn/phpbb/trunk@4355 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ensure consistent output from filelistPaul S. Owen2003-08-091-6/+17
| | | | git-svn-id: file:///svn/phpbb/trunk@4354 89ea8834-ac86-4346-8a33-228a782c2dd0
* Improve compatibility of zip extract methodPaul S. Owen2003-08-091-53/+105
| | | | git-svn-id: file:///svn/phpbb/trunk@4353 89ea8834-ac86-4346-8a33-228a782c2dd0
* A fair amount of additional working or semi-working stuff ... template ↵Paul S. Owen2003-08-064-27/+77
| | | | | | stored db source (when appropriate), switch theme/templates between DB/filesystem (if available), import, upload templates, imagesets, themes (if available ... i.e. no safe mode), etc. still a fair amount of stuff to do but getting there ... take care using this, backup any themes/templates/imagesets before fiddling and let me know of issues git-svn-id: file:///svn/phpbb/trunk@4343 89ea8834-ac86-4346-8a33-228a782c2dd0
* path change for bbcodePaul S. Owen2003-07-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@4329 89ea8834-ac86-4346-8a33-228a782c2dd0
* filelist changes ... do away with static typePaul S. Owen2003-07-241-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changes for styling directory layout alterationsPaul S. Owen2003-07-243-11/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@4325 89ea8834-ac86-4346-8a33-228a782c2dd0
* escape browser and page infoPaul S. Owen2003-07-231-3/+3
| | | | git-svn-id: file:///svn/phpbb/trunk@4318 89ea8834-ac86-4346-8a33-228a782c2dd0
* Save some mem when decompressing .zipPaul S. Owen2003-07-221-12/+21
| | | | git-svn-id: file:///svn/phpbb/trunk@4315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stripslashing escaped string twice ... should only be stipped when necessary ↵Paul S. Owen2003-07-221-1/+1
| | | | | | and as early as possible git-svn-id: file:///svn/phpbb/trunk@4312 89ea8834-ac86-4346-8a33-228a782c2dd0
* Extract .zip ... damn gzuncompressPaul S. Owen2003-07-211-11/+81
| | | | git-svn-id: file:///svn/phpbb/trunk@4309 89ea8834-ac86-4346-8a33-228a782c2dd0
* Extraction of .tar, .tar.gz and .tar.bz2Paul S. Owen2003-07-211-0/+44
| | | | git-svn-id: file:///svn/phpbb/trunk@4308 89ea8834-ac86-4346-8a33-228a782c2dd0