Ludovic Arnaud
2ada6c5380
Added support for db-based caching... for people who like to store data in databases.
...
git-svn-id: file:///svn/phpbb/trunk@4368 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 19:46:03 +00:00
Ludovic Arnaud
772cc44895
Cleaned up var names. $query_result is now passed by reference to be altered directly from the cache manager
...
git-svn-id: file:///svn/phpbb/trunk@4367 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 19:14:44 +00:00
Ludovic Arnaud
ecbbf83665
Renamed $expire_time to $max_age.
...
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
2003-08-10 18:51:07 +00:00
Ludovic Arnaud
0c3708ecc6
Moved sql_close() down, after the cache is unloaded.
...
git-svn-id: file:///svn/phpbb/trunk@4365 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 18:42:20 +00:00
Ludovic Arnaud
145399b4bc
Added the binary attribute for Windows platforms. Removed the read attribute because it wasn't needed.
...
git-svn-id: file:///svn/phpbb/trunk@4364 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 18:33:25 +00:00
Ludovic Arnaud
b11ed262ac
Primary / secondary style bbcode implementation. Not thoroughly tested yet but my test board still functions so I guess it works ;)
...
git-svn-id: file:///svn/phpbb/trunk@4363 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-10 18:30:27 +00:00
Paul S. Owen
e9c616f732
Brain wanted in Room 101, Brain wanted
...
git-svn-id: file:///svn/phpbb/trunk@4357 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-09 16:05:58 +00:00
Paul S. Owen
2efff50736
It's amazing what a strategically placed = can do for normal operation ...
...
git-svn-id: file:///svn/phpbb/trunk@4356 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-09 15:30:08 +00:00
Paul S. Owen
5e79ac7d8f
Further tidy ups for zip compatibility ... still seem to be problems deleting entries via Powerarchiver ... works fine under Linux
...
git-svn-id: file:///svn/phpbb/trunk@4355 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-09 12:36:14 +00:00
Paul S. Owen
f41a46c92f
Ensure consistent output from filelist
...
git-svn-id: file:///svn/phpbb/trunk@4354 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-09 11:18:05 +00:00
Paul S. Owen
d85c1e052d
Improve compatibility of zip extract method
...
git-svn-id: file:///svn/phpbb/trunk@4353 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-08-09 00:30:24 +00:00
Paul S. Owen
b723058fb0
A fair amount of additional working or semi-working stuff ... template 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
2003-08-06 15:45:13 +00:00
Paul S. Owen
58a3d036ce
path change for bbcode
...
git-svn-id: file:///svn/phpbb/trunk@4329 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-24 16:10:26 +00:00
Paul S. Owen
8c02ad5f86
filelist changes ... do away with static type
...
git-svn-id: file:///svn/phpbb/trunk@4326 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-24 13:59:35 +00:00
Paul S. Owen
275f62a5bd
Changes for styling directory layout alterations
...
git-svn-id: file:///svn/phpbb/trunk@4325 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-24 13:58:59 +00:00
Paul S. Owen
8ee1433d16
escape browser and page info
...
git-svn-id: file:///svn/phpbb/trunk@4318 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-23 15:39:38 +00:00
Paul S. Owen
3c208e1d0b
Save some mem when decompressing .zip
...
git-svn-id: file:///svn/phpbb/trunk@4315 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-22 20:06:17 +00:00
Paul S. Owen
bf2e74be99
Stripslashing escaped string twice ... should only be stipped when necessary and as early as possible
...
git-svn-id: file:///svn/phpbb/trunk@4312 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-22 14:08:40 +00:00
Paul S. Owen
971968b08c
Extract .zip ... damn gzuncompress
...
git-svn-id: file:///svn/phpbb/trunk@4309 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-21 22:54:46 +00:00
Paul S. Owen
71cc8e79b3
Extraction of .tar, .tar.gz and .tar.bz2
...
git-svn-id: file:///svn/phpbb/trunk@4308 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-21 17:32:42 +00:00
Paul S. Owen
cc637e72f0
concanetate rather than substr_replace
...
git-svn-id: file:///svn/phpbb/trunk@4306 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-21 16:10:07 +00:00
Paul S. Owen
852f552b4a
add .tar, .tar.gz and .tar.bz2 support, rejiggle source, seperate compress objects extending the base class
...
git-svn-id: file:///svn/phpbb/trunk@4305 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-21 15:44:39 +00:00
Paul S. Owen
b3d94f5c9a
Send DB stored css data to template if necessary ... yes, I realise this won't be cached like a normal stylesheet but there are potential ways around that
...
git-svn-id: file:///svn/phpbb/trunk@4303 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-21 00:44:22 +00:00
Paul S. Owen
e0c4360705
Ignore given list of files
...
git-svn-id: file:///svn/phpbb/trunk@4291 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-20 14:37:14 +00:00
Paul S. Owen
22cfe6dddb
Compression/decompression "libs" and a change to filelist
...
git-svn-id: file:///svn/phpbb/trunk@4287 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-20 14:18:03 +00:00
Paul S. Owen
bf70fee152
Remove subfolder storage of templates ... a safe-mode thang, you can delete any existing cache/templates folder
...
git-svn-id: file:///svn/phpbb/trunk@4273 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-17 15:16:25 +00:00
Paul S. Owen
78f4c39237
pass by reference change
...
git-svn-id: file:///svn/phpbb/trunk@4264 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-14 22:57:29 +00:00
Paul S. Owen
7668388b4e
More styling stuff ... activate, deactivate styles ... deactivated styles can still be used in forum/board styling selectors
...
git-svn-id: file:///svn/phpbb/trunk@4253 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-13 23:29:22 +00:00
Paul S. Owen
7d0d2ad869
Allow preview of style for user with appropriate rights ... a "cheat" really
...
git-svn-id: file:///svn/phpbb/trunk@4250 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-13 21:40:03 +00:00
Paul S. Owen
e1441b9fbe
Update data for styling schema changes
...
git-svn-id: file:///svn/phpbb/trunk@4249 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-13 21:39:36 +00:00
Paul S. Owen
8633c91692
Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon. Ashe, the bbcode primary/secondary stuff may need some tightening, particularly since it only checks the bbcode_bitfield for the primary template (which may not exist as coped with later) ... I'll leave that to you to alter.
...
git-svn-id: file:///svn/phpbb/trunk@4236 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-13 15:15:05 +00:00
Paul S. Owen
91a6952683
Cope with secondary (per forum) styles, probably other minor things too ... there is a known permissions problem, will work on that soon
...
git-svn-id: file:///svn/phpbb/trunk@4235 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-13 15:13:59 +00:00
Ludovic Arnaud
7ca4282622
Fixed the error message for too many quotes
...
git-svn-id: file:///svn/phpbb/trunk@4225 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-12 16:04:24 +00:00
Paul S. Owen
448f31331b
Fix failure to INCLUDE a file following its sole recompilation ... I should add that neither of these commits have added support for primary/secondary styles (e.g. styling of forums) ... won't commit these till all relevant styling changes have been implemented.
...
git-svn-id: file:///svn/phpbb/trunk@4224 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-11 23:36:38 +00:00
Paul S. Owen
1b129a9034
forced_recompile "seems" to work now if set true ...
...
git-svn-id: file:///svn/phpbb/trunk@4223 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-11 23:28:56 +00:00
Meik Sievertsen
a4d72b8f1f
include functions_admin to use the add_log function
...
git-svn-id: file:///svn/phpbb/trunk@4218 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-11 11:49:32 +00:00
Meik Sievertsen
e0b7709ae1
fix small issue with empty username and password
...
git-svn-id: file:///svn/phpbb/trunk@4217 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-11 11:48:52 +00:00
Paul S. Owen
a43f039742
$this->error removed
...
git-svn-id: file:///svn/phpbb/trunk@4215 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-08 00:28:24 +00:00
Paul S. Owen
c2516fa499
avatar stuff
...
git-svn-id: file:///svn/phpbb/trunk@4214 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-08 00:27:49 +00:00
Paul S. Owen
ff58fc5e7c
Move certain methods out of ucp class, move ucp class into ucp, break half a dozen other features, introduce x hundred new, exciting bugs
...
git-svn-id: file:///svn/phpbb/trunk@4213 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-07 23:43:57 +00:00
Paul S. Owen
4cc4867c97
Another sqlite UNION ALL insert update ... yes, I know sqlite install seems to be rather borked at present ... I thought, "hhmm, that worked too well too quickly" so I broke it to ensure consistency is maintained with the rest of the codebase
...
git-svn-id: file:///svn/phpbb/trunk@4212 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-07 23:43:27 +00:00
Meik Sievertsen
1b320bbb00
merged log tables, added new log_type (critical).
...
changed email class a little bit.
bug fixed the queue a little bit.
git-svn-id: file:///svn/phpbb/trunk@4210 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-06 18:48:33 +00:00
Paul S. Owen
055fe9e82d
sqlite support UNION ALL SELECT method
...
git-svn-id: file:///svn/phpbb/trunk@4203 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-04 17:19:00 +00:00
Paul S. Owen
c220126bbd
Altered method of storage of cached permissions ... primarily for easier sqlite/firebird support. Clear your user_permission fields before re-visiting your forum else you'll see very little! Changed way in which founder status is protected
...
git-svn-id: file:///svn/phpbb/trunk@4202 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-04 17:17:37 +00:00
Paul S. Owen
964e4d8cbb
Insert @ supression
...
git-svn-id: file:///svn/phpbb/trunk@4200 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-04 15:05:04 +00:00
Ludovic Arnaud
b59698aa10
Shifting bits appears to be faster than the pow() function
...
git-svn-id: file:///svn/phpbb/trunk@4190 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-02 22:23:45 +00:00
Paul S. Owen
03d46951b2
Note that there are still some queries in CVS which cause SQLite to have a minor fit, these are "generally" fixed locally on my machine ... will commit when other bits and pieces are "done" ... hopefully ... perhaps ... good grief, it's nearly 3am again ... 10 years ago I could do these late nights/early mornings, bah
...
git-svn-id: file:///svn/phpbb/trunk@4189 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-07-01 01:56:52 +00:00
Paul S. Owen
35a926b66a
SQLite support
...
git-svn-id: file:///svn/phpbb/trunk@4187 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-30 20:33:46 +00:00
Meik Sievertsen
4d6a767305
a few fixes
...
git-svn-id: file:///svn/phpbb/trunk@4184 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-29 10:59:36 +00:00
Meik Sievertsen
59573cce8b
some updates...
...
git-svn-id: file:///svn/phpbb/trunk@4175 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-06-25 19:49:59 +00:00