1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-18 21:44:42 +01:00

1426 Commits

Author SHA1 Message Date
secretr
dbc7ca31fc news search good URLs 2012-02-24 13:14:42 +00:00
secretr
d9832a1bfa More proper return type on validation error 2012-02-23 08:56:33 +00:00
secretr
a2dd8c47fd more session options from site preferences (not added to the preference UI yet) 2012-02-20 14:55:16 +00:00
secretr
49a26e420c floated dialogs working again, improved ajax content, front-end response method for automated json response (parsed by dialog JS) 2012-02-14 12:15:55 +00:00
secretr
078a655523 Pre and post sting option for CSS includes (js manager), js block removed from e_css 2012-02-13 16:32:30 +00:00
secretr
78588e2eda More precise controller callbacks execution, new callback shutdown() 2012-02-09 14:00:35 +00:00
secretr
3bc59210af Various system fixes, improvements and code flexibility (base models, user model, sql handler, user signup/handling) 2012-02-07 16:37:44 +00:00
secretr
3f4b7c7f20 JS helper - a bit more flexible 2012-01-30 10:46:59 +00:00
secretr
1c34c00f95 Dispatch routine fix - bug preventing _forward method to work proper 2012-01-24 11:47:47 +00:00
e107steved
61845b499c Fix parameter handling error for arrays 2012-01-20 18:08:31 +00:00
secretr
22f97b8674 Admin menu 'userclass' option added;
Improved, simplified and detailed admin UI access control
Default admin controller 403 page added
2012-01-20 15:53:59 +00:00
secretr
e639843ebf admin UI better error handling 2012-01-19 13:17:26 +00:00
secretr
7675913a71 Handler path fix 2012-01-17 17:42:01 +00:00
secretr
c9085efa0e More admin UI filter optimizations - swtich to LIKE instead REGEXP (works with non-latin languages now); minor bugfixes 2012-01-17 16:57:46 +00:00
secretr
e67fa5e10b admin UI imporvements and bugfixes; bugfixed new admin image functions ( _I(), _ITAG(), _IPATH() ); shortcode admin_icon works again for plugins; 2012-01-17 14:46:28 +00:00
secretr
65ed144ed7 Admin UI - filter improvements, minor bugfixes 2012-01-16 12:51:53 +00:00
berckoff
079ef5b63d Validator class: changed logics for exact word match -> exclamation mark is supported only in the end of the word. (suggested by SecretR to comply with core) 2012-01-13 13:15:23 +00:00
berckoff
46759d8b31 Validator class: added check for exact match on forbidden user names (in use with !), fixed statically called methods of the validator class generate warnings; Added new LAN for EXACT_MATCH error on forbidden usernames. 2012-01-13 13:06:11 +00:00
secretr
669324f66d mislogic protection fixed - links can't be set as sublinks of their sublinks 2012-01-13 11:47:39 +00:00
secretr
9863be3a7a fields of 'method' types now are forced thus always rendered on admin UI list (no checks against model values anymore) 2012-01-12 11:44:49 +00:00
secretr
14261a773e more PHP notices and typos, some extended user field categories issues solved, fixme added for category removal case 2012-01-11 16:12:01 +00:00
secretr
c5f682da90 PHP notices, header standards and phpDocs 2012-01-11 14:54:47 +00:00
secretr
d41c383033 PHP notice 2012-01-11 14:37:37 +00:00
secretr
ca9733f42f more user_extended multi-language support 2012-01-11 13:38:47 +00:00
secretr
5dd23c872e better e_ADMIN_AREA check 2012-01-11 13:18:22 +00:00
secretr
de87fe824a fixed admin log fails to insert auto_increment value 2012-01-11 10:50:06 +00:00
nlstart
7fdd92eb5c Prevent some PHP errors 2012-01-11 10:37:12 +00:00
berckoff
59f2feb30c menumanager_class.php: fixed path for menu config action (it included '.php' and leaded to '.php.php' anding);
signup.php: added default empty values for user_class, user_perms, user_prefs, user_realm as they were leading to DB Insert error;
2012-01-10 16:31:39 +00:00
secretr
397a75c059 Hope last pref handler issue for today... 2012-01-06 14:06:45 +00:00
secretr
e0bd362378 More pref handler fixes 2012-01-06 11:42:47 +00:00
secretr
1d411f1715 Simplify plugin folder structure (shortcodes/ folder in plugin root), refactoring forums to meet the new structure. 2012-01-06 10:05:32 +00:00
secretr
34b40eddfb URL condig rebuild routine on various places,
Import prefs fix - arrays wasn't imported,
Mislogic of some preference handler methods
2012-01-06 09:49:08 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
e107steved
7998e4f247 HTML compliance in legacy form handler 2012-01-02 17:19:10 +00:00
e107steved
0122e71cab Fix regex for ID generation 2012-01-02 17:07:12 +00:00
secretr
161bbe4785 removed some legacy method calls, e107 class cleanup (in progress). 2012-01-02 13:12:48 +00:00
secretr
036013e79f new file svn keywords, e107 class path bugfix 2012-01-02 12:45:21 +00:00
e107steved
349222afc9 Notice removal 2012-01-01 10:51:05 +00:00
e107steved
6f61a7f889 Add banlist retrigger handling 2011-12-30 16:09:10 +00:00
e107steved
86030cd8f9 More work on ban handling 2011-12-30 10:38:05 +00:00
e107steved
8b6ac10e55 Allow logging of new user activity 2011-12-28 22:38:18 +00:00
e107steved
389705683e Ban handling improvements - most checking done before DB opened (much faster if user is banned).
Fix some bugs in ban admin pages.
Separate handler for IP- and ban-related functions (moves them out of e107_class)
2011-12-28 10:01:25 +00:00
e107steved
efc558af51 Notice removal 2011-12-27 12:00:55 +00:00
e107steved
3d045eeacb Allow parameters on [code] bbcode 2011-12-22 14:03:42 +00:00
secretr
5e7d939456 Correction on the previous commit 2011-12-10 19:34:08 +00:00
secretr
7f59bc0a9c Plugin now can have new class bbcodes ('bb_*.php'). Potential plugin addons scan issue fixed. 2011-12-10 19:06:19 +00:00
secretr
0d0fa1e2ca - Important URL assembling feature, all routes have now safe fallback option
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
d5dc6bfe05 - Custom Pages: new fields for SEF string and meta data, admin validation and data control, front-end SEO (meta data), additional 'safe' URL config (for migrated installs); some new useful helper methods;
- More typography and layout control: new class based paragraph, heading, nobr, br and block bbcodes (awaiting new icons) 
- Overall improvements and stability fixes
2011-12-09 02:08:04 +00:00
secretr
97b577db43 - Custom Pages front-end almost completely rewritten, backend fixes, SEF URL support, introducing page batch shortcodes and templates (available per page), compatibility stylesheet added (core css and jayya theme), tagwords plugin links proper to new pages URLs;
- Large number of system stability fixes and obsolete code replacement
2011-12-07 21:07:21 +00:00
secretr
6cf1f90711 URL config refactoring 2011-12-06 16:01:34 +00:00