1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 04:23:38 +01:00

67 Commits

Author SHA1 Message Date
Ludovic Arnaud
85b196b5fe Implementation of an experimental cache manager.
git-svn-id: file:///svn/phpbb/trunk@3312 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-11 22:56:49 +00:00
Paul S. Owen
f116dfc56c Ooops allow viewonline makes more sense per user than per forum ... doh
git-svn-id: file:///svn/phpbb/trunk@3306 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-10 14:55:19 +00:00
Paul S. Owen
05bc60b26d Enable presets
git-svn-id: file:///svn/phpbb/trunk@3290 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-09 15:12:11 +00:00
Paul S. Owen
799ffa517c my min karma, as opposed to my little pony or some such
git-svn-id: file:///svn/phpbb/trunk@3285 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-08 22:23:12 +00:00
Paul S. Owen
82b23fdf67 Enable exclusion from bans for users, IP's or email addresses
git-svn-id: file:///svn/phpbb/trunk@3267 89ea8834-ac86-4346-8a33-228a782c2dd0
2003-01-07 18:39:24 +00:00
Bart van Bragt
831c9b5a61 Initial Lastread support. Mind the schema and config changes\!
git-svn-id: file:///svn/phpbb/trunk@3102 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-27 13:24:46 +00:00
Paul S. Owen
734c286f9f Some changes to forum admin to better reflect subforum 'post/non-post' changes ... no guarantees I've not broken something ... note the schema changes
git-svn-id: file:///svn/phpbb/trunk@3094 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-25 23:46:23 +00:00
Paul S. Owen
0f31aa8416 This should now work ... still blank screens on errors (due to way errors are now handled by db layer ... need to set return on error and handle sql errors locally in install.php)
git-svn-id: file:///svn/phpbb/trunk@3090 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-24 23:41:07 +00:00
Paul S. Owen
2c83dfae78 Updates ... so it now works again ...
git-svn-id: file:///svn/phpbb/trunk@3089 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-24 23:40:30 +00:00
Paul S. Owen
b728abd4d2 Add forum_postable to forum schema
git-svn-id: file:///svn/phpbb/trunk@3088 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-24 23:10:16 +00:00
James Atkinson
70e6af55a8 Missing semi-colon in schema file.
git-svn-id: file:///svn/phpbb/trunk@3070 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-20 16:24:38 +00:00
Paul S. Owen
e0ea770c40 Update the version ... still somewhat meaningless but hum ho
git-svn-id: file:///svn/phpbb/trunk@3068 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-19 23:45:23 +00:00
Paul S. Owen
20b65e010c Wrong height for reply icon ... this has been bugging me for ages, but no more I say, begone disgusting wrong size entry, be gone, thou shalt never darken thy PC again
git-svn-id: file:///svn/phpbb/trunk@3067 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-19 23:28:04 +00:00
Paul S. Owen
ce40939e60 Cache moderator names?
git-svn-id: file:///svn/phpbb/trunk@3060 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-18 18:56:27 +00:00
Paul S. Owen
1405e47fc1 Mainly updates for additional/altered admin permission options ... note, you MUST empty your current auth_options table and insert the list from the mysql_basic, you will also need to empty the auth_user/auth_group tables and re-assign permissions, and you should clear the $acl_options array in config_cache
git-svn-id: file:///svn/phpbb/trunk@3020 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-09 00:04:18 +00:00
Ludovic Arnaud
a583f7bd10 ALTER TABLE phpbb_smilies CHANGE smile_on_posting display_on_posting
git-svn-id: file:///svn/phpbb/trunk@3008 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-05 06:38:09 +00:00
Ludovic Arnaud
bc6e36ef4f viewforum queries update + a couple of bugfixes.
git-svn-id: file:///svn/phpbb/trunk@3007 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-11-05 04:50:55 +00:00
Ludovic Arnaud
29f583c626 Minor changes, trying to get it working on my test server
git-svn-id: file:///svn/phpbb/trunk@2993 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-31 03:20:54 +00:00
Paul S. Owen
282e7ec58a Couple further updates
git-svn-id: file:///svn/phpbb/trunk@2990 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-30 23:50:50 +00:00
Paul S. Owen
ebdb61373b Fixes and reversions (temp)
git-svn-id: file:///svn/phpbb/trunk@2988 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-30 23:26:35 +00:00
Paul S. Owen
691f50ada9 Changed $board_config to $config, more posting "stuff", altered polling code in viewtopic and loads of new problems, poor coding, etc. created :)
git-svn-id: file:///svn/phpbb/trunk@2983 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-30 00:57:27 +00:00
Paul S. Owen
595a39122f Posting and acl option updates
git-svn-id: file:///svn/phpbb/trunk@2972 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-28 00:08:18 +00:00
Paul S. Owen
1edc9d362f Preliminary 'freeze' on permissions awaiting developer feedback, testing, etc. Caching of non-dynmaic config and acl option elements.
git-svn-id: file:///svn/phpbb/trunk@2970 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-26 12:36:38 +00:00
Paul S. Owen
6ebc8de14c bah, various issues, assign lang to this->lang via pointer(?)
git-svn-id: file:///svn/phpbb/trunk@2962 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-21 14:10:45 +00:00
Paul S. Owen
0e9f0ac4ec Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final
git-svn-id: file:///svn/phpbb/trunk@2958 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-20 19:19:07 +00:00
Paul S. Owen
1d0e4ee436 Permission related updates ... is still not final but is getting there ... faster than British Rail too
git-svn-id: file:///svn/phpbb/trunk@2943 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-08 20:11:59 +00:00
Ludovic Arnaud
a5a63df36f Fixed last poster name, dumped categories table.
git-svn-id: file:///svn/phpbb/trunk@2939 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-07 01:07:41 +00:00
Ludovic Arnaud
cf0ac8d631 Fixed demo topic not showing up after install.
git-svn-id: file:///svn/phpbb/trunk@2938 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-07 01:00:09 +00:00
Paul S. Owen
803cc378dd anonymous user takes id = 0, smilies have width and height terms
git-svn-id: file:///svn/phpbb/trunk@2934 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-05 23:48:11 +00:00
Paul S. Owen
123dea7a06 Change admin lang to en by default ... prevents admin/viewonline chocking
git-svn-id: file:///svn/phpbb/trunk@2933 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-05 23:40:34 +00:00
Paul S. Owen
d1564db4be prune_enable re-added ... is it still required ... couldn't prune_freq be used as an indicator?
git-svn-id: file:///svn/phpbb/trunk@2926 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-04 23:38:42 +00:00
Ludovic Arnaud
7dbb4fd6ec Now this build can be installed without any error.
git-svn-id: file:///svn/phpbb/trunk@2924 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-04 21:57:08 +00:00
Paul S. Owen
30aeac65dc Well, here are all my changes ... don't blame me if things break :D
git-svn-id: file:///svn/phpbb/trunk@2923 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-04 13:09:10 +00:00
Ludovic Arnaud
268d936f46 Subforums handling part 2, it almost works. Also added: the "Explain" link at the bottom page, can be removed easily before official release if necessary.
git-svn-id: file:///svn/phpbb/trunk@2913 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-03 02:43:41 +00:00
Ludovic Arnaud
1666e7d3e7 First implementation of subforums handling in index.
git-svn-id: file:///svn/phpbb/trunk@2912 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-10-01 21:41:57 +00:00
Ludovic Arnaud
e1e52497fa Preimplementation of smilies order, "smilies" changed into "emoticons" as per Bart comment and sql_query_array() fixed to allow FALSE values
git-svn-id: file:///svn/phpbb/trunk@2893 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-09-19 01:11:32 +00:00
Paul S. Owen
6cf59bc2e9 Define auth_values which can only be manipulated by the forum founder
git-svn-id: file:///svn/phpbb/trunk@2878 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-19 17:58:06 +00:00
Paul S. Owen
bca30bbe48 Failed on no groups ...
git-svn-id: file:///svn/phpbb/trunk@2875 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 23:58:03 +00:00
Paul S. Owen
27838c6f02 updated schema for update_script changes ...
git-svn-id: file:///svn/phpbb/trunk@2874 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 23:23:20 +00:00
Paul S. Owen
4a5f17c131 checked and it works ... or appears to from a 2.0.x install
git-svn-id: file:///svn/phpbb/trunk@2873 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 23:08:39 +00:00
Paul S. Owen
0d72ddd0ad Various updates
git-svn-id: file:///svn/phpbb/trunk@2872 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:52:23 +00:00
Paul S. Owen
50eae551cd *** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@2871 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:22:59 +00:00
Paul S. Owen
f28585bedd no comment
git-svn-id: file:///svn/phpbb/trunk@2870 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:21:59 +00:00
Paul S. Owen
655e905313 ...
git-svn-id: file:///svn/phpbb/trunk@2869 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:14:48 +00:00
Paul S. Owen
682b29d9b5 damn it damn it damn it
git-svn-id: file:///svn/phpbb/trunk@2868 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:12:23 +00:00
Paul S. Owen
d0f2ed7fb6 oopsie
git-svn-id: file:///svn/phpbb/trunk@2867 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:11:31 +00:00
Paul S. Owen
26190e5c3b Some sql changes
git-svn-id: file:///svn/phpbb/trunk@2866 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-17 22:08:34 +00:00
Paul S. Owen
c261dfa420 damn it, wrong table for now ...
git-svn-id: file:///svn/phpbb/trunk@2864 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-16 17:31:22 +00:00
Paul S. Owen
65805038b7 various updates
git-svn-id: file:///svn/phpbb/trunk@2863 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-16 17:14:37 +00:00
Paul S. Owen
f8fa2d31f3 Many updates, should upgrade any previous dated release ... note that it will have 'problems' with boards running updated CVS ... need to ignore a number of errors in code
git-svn-id: file:///svn/phpbb/trunk@2862 89ea8834-ac86-4346-8a33-228a782c2dd0
2002-08-16 17:05:44 +00:00