1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 13:34:39 +02:00
Commit Graph

5330 Commits

Author SHA1 Message Date
secretr
d9527349ad Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes 2010-10-30 15:34:48 +00:00
nlstart
63f83d6f38 Bugtracker #5114: style display:compact changed into display:block for W3C compliancy 2010-10-30 14:50:30 +00:00
secretr
f6a6befba9 wrong stylesheet path 2010-10-29 14:57:54 +00:00
e107steved
5ecdcd2440 Get rid of deprecated functions 2010-10-28 20:17:40 +00:00
secretr
104bed623b no-load option for e107::getConfig(); install routine synchronized against latest changes 2010-10-28 14:05:41 +00:00
secretr
8250a97489 extremely bad dead loop fixed (see file comments); introducing new getConfig() method 2010-10-28 13:31:54 +00:00
secretr
c766c5a8f2 PHP 5.3+(and NOT 3+ as stated in the previous commit :) ) overall system compatibility 2010-10-28 10:54:33 +00:00
secretr
0cc022ac4c DB Multi-language issue - default English language requirement dropped; PHP 3+ compatibility fix 2010-10-28 10:43:35 +00:00
secretr
51d6cb9fac EONE-134 - typo, thanks Andrew 2010-10-27 11:33:59 +00:00
secretr
cd49c6c850 New sessions related improvements/fixes; extra check in Site preferences area for cookie name - session/cookie regeneration, prevent logout; varoious redirection handler improvements plus new e107 method candidates - get/set/clear Cookies based on site preferences. 2010-10-27 11:31:18 +00:00
secretr
6424eaafdd notice removal (not sure if casued by obsolete preference - see the commment) 2010-10-27 11:23:54 +00:00
secretr
83d4098f55 php warning removal 2010-10-26 08:25:01 +00:00
secretr
645d2dda6d Mass changes (work in progress - related beta testing and feedback highly appreciated)
- New session handler - appropriate changes made at important core areas (language handler, chap login related)
- Overall better COOKIE handling (on both server and client side) - cookies respect now installation path, domain (based on language settings)
- Introduced Security Levels (see session handler constants/docs), security level option could be added to install routine now
- Security level printed on Administration info panel, appropriate lans added (subject of discussion)
- e_TOKEN security part of session handling now - logic depends depends on security level (TODO - POST_REFERER removal)
- e_print, e_dump debug functions added (for quick and nice debug view via site output), native overall FirePhp support planned
- a lot of minor bugfixes
2010-10-26 07:41:20 +00:00
secretr
6196a3e425 Session handler - initial release 2010-10-26 07:33:28 +00:00
e107steved
1ce87f76b0 Modify handling of reverse proxies 2010-10-21 18:03:23 +00:00
e107steved
d0fc07c75b Update PCLZip library to 2.8.2 2010-10-21 13:08:36 +00:00
CaMer0n
346d71c352 Include type 'email' in search filter. 2010-10-19 01:04:20 +00:00
secretr
1adcecb94a media manager work - upload link can be added now (see newspost.php); improved imageselector; several bugfixes 2010-10-04 22:14:05 +00:00
secretr
5670e36937 2010-10-04 16:01:17 +00:00
e107steved
d7e6cd40ad Bugtracker #5065 - php-extension bbcode files have to be prefixed 'bb_' to reduce chance of conflict with existing files 2010-09-18 14:32:31 +00:00
CaMer0n
d23108afd6 Predefined fields fix. 2010-09-11 07:51:21 +00:00
CaMer0n
67c0b2d045 Port 0.7 language handling changes to 0.8 2010-09-10 01:01:48 +00:00
CaMer0n
2be5225d17 Also display shortcode timings when debug=time 2010-09-10 01:00:36 +00:00
e107steved
c282e18248 Bugtracker #5043 - add log message when IP-related signups exceeded, plus some notice removal, delete some XUP-related code 2010-09-07 17:03:30 +00:00
e107steved
5e3b71d3cd Bugtracker #5013 - stop prefs getting sanitised on save 2010-09-06 21:35:04 +00:00
e107steved
decaecf54d Add in security code, youtube bbcode from 0.7 2010-09-06 12:34:06 +00:00
e107steved
112f2563f2 Preset handling - handle checkboxes becoming unchecked. 2010-08-30 10:24:42 +00:00
e107steved
049cf5344b Bugtracker #4990, EONE-14:bug - couldn't edit comments on user info page 2010-08-23 07:28:46 +00:00
secretr
fb6aba7f60 Fixed e_ajax parse error from previous commit 2010-07-27 10:45:55 +00:00
secretr
2611c03640 Fixed system user model construct 2010-07-24 16:13:42 +00:00
secretr
0b74b8af7b From handler fix for empty class list combo box option (useful for e.g filters) 2010-07-05 09:36:59 +00:00
secretr
ce385d7a81 e_form select box default (first) value fix 2010-06-29 10:23:53 +00:00
secretr
a525d59474 Plugin handler bad auto-formatting 2010-06-29 08:30:27 +00:00
e107steved
dc1055cc07 EONE-98 (bug): Fix DB table name; thanks Luceos 2010-06-26 21:49:59 +00:00
secretr
fe0926b9cf Plugin upgrade SQL execution logic mismatch 2010-06-23 10:21:21 +00:00
CaMer0n
e931dff9f8 Updated login event for BC with 0.7. 2010-06-06 04:29:54 +00:00
e107steved
6df2cbd7e9 Documentation tweaks, remove functions supported in PHP5 2010-05-28 22:10:20 +00:00
e107steved
0bb6940c39 EONE-93 (Bug): login name validation to be consistent with 0.7 2010-05-28 20:04:04 +00:00
secretr
91c473239e EONE-62 (New Feature): new separate setters/getters for user core and extended values;
get/setValue are transparent now - BC compatibility option added as well;
get/setSystem - system alternative of get/setValue (no permission checks);
user data retrieved with one query now;
example override methods added to user base class (signature);
2010-05-28 13:24:25 +00:00
secretr
40391d9856 EONE-62 (New Feature): Introducing user tokens (token logic could change in the future);
init_session automated user token check (POST or GET);
new referal e_form method (hidden field with proper user token value);
Admin UI protects now all its forms;
2010-05-19 15:28:52 +00:00
e107steved
1fefab53d3 Extra checking 2010-05-18 20:25:23 +00:00
secretr
74324c1043 Nextprev shortcode fix to handle proper dropdown navigation;
Admin UI - new nextprev parameters
2010-05-18 15:21:42 +00:00
secretr
97f163ae10 EONE-62 (New Feature): get_user_data() deprecated - uses model to get data now;
deprecated functions logs added (only save_prefs & get_user_data for now);
new loginas/logoutas event triggers (previous commit);
2010-05-17 15:51:42 +00:00
secretr
3519194c81 EONE-62 (New Feature): User model builds proper user class list now;
Userclass administration UI problems fixed (hopefully);
2010-05-17 14:13:50 +00:00
secretr
cca1f3f8e0 Install routine fix - problem related mainly with our old enemy - global vars;
Everything should work fine now, notices also cleared.
2010-05-16 11:14:19 +00:00
secretr
8324bb12bb EONE-62 (New Feature): last visit update moved to e_user class;
various improvements on e_online;
no online updates if main admin logged in as another user account;
flood protection active for ajax requests now (see e_online comments);
user models fixes
2010-05-15 17:33:11 +00:00
secretr
7ccb925587 EONE-62 (New Feature): Improved extended field model (fields of type db working now);
structure model improvements;
extended fields administration problems solved (there are maybe more);
init_session() and login core routines modified to work with user models;
option Login As added on user administration (visible from main admins only);
minor fixes;
2010-05-14 18:45:51 +00:00
secretr
5cc153b09c EONE-10 (Task): Option to clear DB/Image cache added (Admin interface), Cache administration cleanup, phpDoc fixes 2010-05-14 09:32:16 +00:00
secretr
d6834b436e Binary property removed 2010-05-13 15:49:32 +00:00
secretr
f713eb0d15 EONE-62 (New Feature): login/init session working now; added user preferences management; new experimental feature 'login as'; need more work regarding DB related operations and security 2010-05-13 15:47:31 +00:00