1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

443 Commits

Author SHA1 Message Date
e107steved
f44c6def59 USERSESS double-booked - added USERPHOTO define 2008-01-09 22:00:23 +00:00
mcfly
625fc0a5ca Adding options to have a minimally loaded class2.php, for use mainly with ajax pages. Move online class to it's own file 2008-01-06 22:16:37 +00:00
mcfly
6250557a29 No longer using e107_Compat_handler 2008-01-06 18:40:29 +00:00
e107steved
561e8cac92 Update check_class to take better account of E_UC_PUBLIC 2008-01-06 17:57:06 +00:00
e107steved
1fbb22866f Image visibility for 'everyone' when usig bbcode 2008-01-05 22:02:31 +00:00
e107steved
bb3b2cf34c Initialise shortcode handler later than main parser - requires that $pref is valid, otherwise shortcodes from plugins not loaded. Needs review of best way to do it 2007-12-30 16:54:31 +00:00
e107steved
6827ebdc60 Fix undefined variable - could cause unprovoked banning 2007-12-29 19:01:24 +00:00
e107steved
9162ce692a Various banlist/logging updates 2007-12-26 13:21:34 +00:00
e107steved
3fd4791738 Userclass updates 2007-12-22 12:39:27 +00:00
e107steved
dd187e313a System logging core upgrade - admin section, viewer, user audit functions 2007-12-15 15:06:40 +00:00
e107steved
933c1660ad check_class needs to handle 'everyone' class 2007-12-15 09:55:37 +00:00
e107steved
298202106c Update banlist handling 2007-12-09 16:42:23 +00:00
CaMer0n
5bc2148e38 Bugfix: force_userupdate() was causing 'endless loop' issues when others scripts were invoked by javascript during the updating process. Added workaround: define("FORCE_USERUPDATE",FALSE); 2007-11-13 07:25:54 +00:00
streaky
25524eb2f4 get_user_data() performance fix 2007-11-09 05:55:45 +00:00
streaky
53a8d30d8b tmp table cleaup performance fix 2007-11-09 05:50:50 +00:00
streaky
f6f49c3029 Fixed annoying popup when debugging 2007-11-09 05:41:37 +00:00
CaMer0n
6087793cf5 Bugfix: Subdomain Language-selection was failing when multiple domains were in the pref. 2007-10-30 00:48:23 +00:00
e107steved
6faf81ad2e Bugtracker #3981 - body onload 2007-09-27 20:58:11 +00:00
CaMer0n
bab67e21a6 bugfix: multilanguage-subdomain setting was messing with parked domains that don't use language selection. fixed. 2007-09-20 21:45:33 +00:00
e107steved
ca12f018c7 Guard against corrupted $pref for flood timeout 2007-09-18 21:15:41 +00:00
CaMer0n
556c4d7472 bugfix: Auto-Ban was failing when 'Flood only' was selected in admin -> prefs. 2007-09-11 05:15:24 +00:00
CaMer0n
7a8bfe9913 bugfix: strip foreign chars from elan query. 2007-08-25 05:51:48 +00:00
e107steved
743fa0a709 Bugtracker #3497 - force entry of email address if blank and required 2007-08-12 21:40:49 +00:00
CaMer0n
432c00da97 membersonly correction. 2007-04-30 21:00:10 +00:00
lia
07ec018ea8 cleanup: notice removal 2007-04-15 16:07:39 +00:00
CaMer0n
eee03b0395 Bugfix - parked domains without language domains was causing elan selection to break.
Added manual disable to fix this issue.
2007-04-08 23:45:52 +00:00
CaMer0n
a3958232ef Bugfix - Login was failing when using parked domains with subdomain language-redirection enabled. 2007-03-31 01:18:33 +00:00
mrpete
03d9805187 Support cpu-usage rendertime 2007-03-04 21:47:15 +00:00
e107steved
fd86da03ef Bugtracker #3762 - correct dbInsert - thanks Rille 2007-02-12 20:04:46 +00:00
e107steved
8a08ac5f63 Bugtracker #3730 - use MySQL Statement that works with older versions 2007-02-05 21:40:40 +00:00
mrpete
146609f645 Explain why '/' not supported after '.php' for now 2007-02-05 10:54:44 +00:00
mcfly
90cce5fef0 Added new System Cache in addition to the regular cache. System cache will contain only system config type info and no real page content, that will still be handled by the regular cache 2007-02-04 17:36:16 +00:00
e107steved
2908e775cd Tidy up DB query (thanks MrPete), eliminate DB errors 2007-02-03 12:43:53 +00:00
mrpete
d04a4d2ad1 varset() should only have two param's. use varsettrue() when testing if true 2007-01-20 14:55:06 +00:00
mrpete
cca83a3aff bugfix: notices 2007-01-17 13:43:40 +00:00
mcfly
2b265536fc Reworked check_class() and class_list(), hopefully much more efficient. Definitely cleaner code. 2007-01-12 02:36:18 +00:00
e107steved
fab4a3bc10 Make calls to toHTML which use $modifiers consistent to avoid potential future problems. 2007-01-07 15:59:42 +00:00
lia
fb7879e456 fix on theme preview handler 2007-01-04 23:43:02 +00:00
CaMer0n
42e6d5c4d5 Fix for $sql2 issues with previous commit. 2006-12-30 03:07:50 +00:00
sweetas
8cb82b65dc new image pack system imode and admin images updated 2006-12-07 15:41:50 +00:00
mrpete
76c1196f3a install shutdown error handler for php; Resolve
error reporting issue(s) by consolidating debug error
 reporting in a single Show_ALL() function.  Fixed an undefined var along the way.
2006-12-05 09:33:20 +00:00
mcfly
6f98fa6a54 added e_NOBODY_REGEXP for use in queries when you want the userclass of 'nobody' to override any selected class 2006-12-03 03:26:22 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00