1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

81 Commits

Author SHA1 Message Date
mcfly
3d61d07e8c add $currentUser to $e107 object, added MYSQL_ASSOC to get_user_data query 2008-12-02 18:27:35 +00:00
mcfly
326b718b43 More forum code changes
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
2008-12-01 01:10:50 +00:00
mcfly
2407827501 Add file caching of user extended table
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/
2008-11-30 23:15:15 +00:00
secretr
676ea956cd auto AJAX detection - e_AJAX_REQUEST constant 2008-11-29 23:23:31 +00:00
e107steved
ec2e436ead ini_set can return a value 2008-11-29 13:10:56 +00:00
mcfly
b88bbcd5d2 Code cleanup, to match coding standard. Hope I didn't break anything :) 2008-11-27 02:18:25 +00:00
mcfly
41310ac870 create $e107->ecache object 2008-11-26 19:43:56 +00:00
mcfly
fc515861d6 added missing e107::getInstance 2008-11-26 15:00:56 +00:00
mcfly
b7f0185feb More work on eUrl 2008-11-25 16:26:03 +00:00
secretr
134a01f25c API typo 2008-11-24 20:18:59 +00:00
mcfly
b4ee6786c6 Begin addition of url class and implementation 2008-11-24 18:06:03 +00:00
secretr
3f27a271f4 fixed API warnings 2008-11-21 11:08:53 +00:00
CaMer0n
a29867cd99 Fixed 'membersonly' redirection issue with e_jslib.php 2008-11-16 09:17:13 +00:00
e107steved
0bc018defa Start of utf-8 aware functions and handlers 2008-11-13 20:41:20 +00:00
e107steved
399f220ed6 Disable various obsolete prefs 2008-10-11 11:55:18 +00:00
e107steved
41b4ebf37f Add function plugInstalled($plugname) to make it simpler to check 2008-10-07 21:29:25 +00:00
secretr
91a4419970 fixed undefined $register_sc 2008-08-14 13:18:26 +00:00
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