1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 13:14:55 +01:00

3249 Commits

Author SHA1 Message Date
CaMer0n
ab4dc250ec Cleaned up footer.php links. 2010-07-23 23:21:48 +00:00
nlstart
e7872767ff Bugtracker #4766 - Correct 'new' icon of new forum threads; thanks MikeNL 2010-07-20 16:49:06 +00:00
nlstart
13e810c457 Remove unused poll cookies. Thanks Fanat1k - bugtracker #4983 2010-07-19 09:23:25 +00:00
e107steved
87fce435f4 Bugtracker #4966 - wrong handler called 2010-07-10 21:27:13 +00:00
CaMer0n
0add952881 Bugfix: Theme shortcodes were missing from Ajax Shortcode-Replacer Routine. 2010-07-09 18:11:06 +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
CaMer0n
5065ef7e31 Bugfix: Podcast compatibility issues corrected. 2010-07-02 02:12:49 +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
e107steved
482c546763 session table no longer required (not used in 0.7, either) 2010-06-24 20:40:19 +00:00
secretr
fe0926b9cf Plugin upgrade SQL execution logic mismatch 2010-06-23 10:21:21 +00:00
mcfly
1adf1d6179 Post replies are now incremented properly, editing of posts now working. 2010-06-21 01:27:26 +00:00
e107steved
207cc543fc Bugtracker #4972 - fix printing in content items - thanks SaladDay 2010-06-20 20:04:39 +00:00
mcfly
e0ec1f3120 EONE-97 (Bug): Forum settings now able to be changed, thanks Luceos 2010-06-16 00:24:34 +00:00
CaMer0n
e931dff9f8 Updated login event for BC with 0.7. 2010-06-06 04:29:54 +00:00
e107steved
b597bff482 Roll back previous mod. I hate extract()! 2010-06-04 18:17:11 +00:00
e107steved
6782eff74a EONE-95 (bug): possible fix - typo in variable name 2010-06-03 21:44:45 +00:00
e107steved
590cf88b4a EONE-95 (bug): Make IP display in email more user-friendly 2010-06-02 21:35:08 +00:00
e107steved
64cdff2fed Missed template selection 2010-06-02 19:47:59 +00:00
e107steved
762dc1679d Bugtracker #4959 - handle display of single banner from multiple campaigns 2010-06-01 21:55:14 +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
542c3d6f5e Cookie name set during installation fix 2010-05-20 08:56:19 +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
95c46a0157 Admin notices removed 2010-05-18 10:19:56 +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
secretr
252100989e form handler - id option for checkbox_toggle method 2010-05-11 10:47:48 +00:00
secretr
ff84e0f73c Upload shortcode return type fix, minor UI problem 2010-05-11 10:35:55 +00:00
e107steved
9a1e36f517 Missed renaming a couple of variables 2010-05-06 21:30:21 +00:00
e107steved
a0ab852377 Allow theming of background when no category icon defined 2010-05-05 20:04:54 +00:00
secretr
4d0be39938 EONE-62 (New Feature): More work, getting data should work fine now, still work in progress 2010-05-05 15:05:32 +00:00
e107steved
83dd8db01f Bugtracker #4945 possible fix - 'extra' main admins editing other users 2010-05-03 21:31:29 +00:00
secretr
067b0a07c2 EONE-62 (New Feature): almost working version when it comes to getting data;
e_front_model in development;
check_class() modified to accept values of type array;
work in progress
2010-05-02 18:41:20 +00:00
secretr
59053103a4 more e_model typos 2010-05-02 14:38:31 +00:00
secretr
322641881f tree bugfix 2010-05-02 14:04:41 +00:00
secretr
e78f6578fe e_tree_model: onLoad call inside loadFromArray method;
Tree total result value now cached as well
2010-05-02 13:34:05 +00:00
secretr
dd2c62202d onLoad trigger for model tree base class 2010-05-02 12:46:59 +00:00
e107steved
9204a1b3f6 Bugtracker #4938 - disable unused LAN 2010-05-01 20:59:05 +00:00
e107steved
511632748f Bugtracker #4944 - spurious characters in links 2010-05-01 20:45:54 +00:00