1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-30 01:08:46 +02:00

64 Commits

Author SHA1 Message Date
e107steved
aff803dff4 Standard function to search/load admin LAN files 2008-08-11 20:45:01 +00:00
e107steved
3aa5ec0c85 Bugtracker #4479 - Add exit() after some headers 2008-08-03 08:00:19 +00:00
e107steved
8397fcbc7b Bugtracker #4452 - sort charset in print_a() 2008-07-17 19:31:33 +00:00
e107steved
026486683a Notice removal 2008-07-04 20:19:46 +00:00
e107steved
b5771e501d Password options for logon, email login option, random user name/PW generation, Bugtracker #4393 and possibly others previously added to 0.7 2008-06-13 20:20:23 +00:00
e107steved
dcca1f544e Bugtracker #4420 - admin directory name similar to plugin name could confuse theme 2008-05-29 21:12:55 +00:00
e107steved
dbfd3abb41 Bugtracker #4417 - handle mandatory update for date-type extended user fields 2008-05-28 21:23:05 +00:00
CaMer0n
ec8d2f49a9 Fixed typo in previous commit 2008-05-19 10:09:05 +00:00
CaMer0n
acd2fe1df1 optimized code. added e_COOKIE constant and session_set() function. (for setting session or cookie values) 2008-05-19 09:42:28 +00:00
CaMer0n
9ded9507ab Fixed annoyance. In membersonly mode, after login - users are now automatically taken to the previously attempted URL if previously attempted url was denied due to not being logged in. 2008-05-19 08:54:38 +00:00
e107steved
f33ddafde6 Mod to work with latest DB handler 2008-05-18 16:35:47 +00:00
CaMer0n
7837aec90c Bugfix: Fixed query that was being lost on redirection. 2008-04-28 13:42:23 +00:00
CaMer0n
42ac38bcbd Bugfix: fixed comflict between $pref['redirectsiteurl'] and $pref['multilanguage_subdomain'] - using redirectsiteurl will no longer break multilanguage capabilities. Also fixed subdomain detection when using: www.fr.siteurl.com instead of fr.siteurl.com for example. 2008-04-26 02:12:13 +00:00
lia
f2bd7a066d notice removal 2008-03-13 19:15:56 +00:00
mcfly
9a237a7128 removing anyDir / e_CURDIR code. May revisit in the future 2008-03-11 01:47:05 +00:00
mcfly
e4861f5d8f Added new e_CURDIR constant. Needed it for use with plugins that can be installed in *anyDir* 2008-02-17 05:01:28 +00:00
CaMer0n
1eab7f9470 Added gzip function to class2, quicker loading of ajax script, ajax only loaded when needed, e_header.php for plugin and menu js/css loading. And other small fixes. 2008-01-27 11:02:34 +00:00
CaMer0n
07d5b5c3ed Added $eMenuArea for easy menu check by theme.php.
Usage: if($eMenuArea[area][menu])
eg. To check if login_menu is used in area 1:  if($eMenuArea[1]['login_menu'])
2008-01-27 01:57:23 +00:00
CaMer0n
e908832d8b Added support for CLI login. --u=[username] --p=[password] 2008-01-22 00:39:08 +00:00
CaMer0n
157bfd0ea0 Added basic support for CLI. 2008-01-21 03:54:10 +00:00
CaMer0n
e8d96e6c34 save_prefs() will now return FALSE if it fails for whatever reason. 2008-01-16 10:53:57 +00:00
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