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

3767 Commits

Author SHA1 Message Date
nlstart
1eb4d91fdc Corrected hover over tag4 in tagwords/tagwords_css.php 2012-04-09 10:23:00 +00:00
secretr
b36ff51875 leftover debug 2012-04-03 14:39:19 +00:00
secretr
4e131c2c50 refined validator message building 2012-04-03 14:37:48 +00:00
e107steved
049a315d88 Better match the e_list queries to the new DB structure (needs more testing) 2012-03-31 21:56:47 +00:00
e107steved
5f62ac17d3 Improve html abuse filter, support class bbcodes (non-nestable) in main parser loop 2012-03-31 21:10:26 +00:00
secretr
204bb1f109 system windows - added various new options, minor bugfixes 2012-03-26 09:01:18 +00:00
CaMer0n
0570ed63e1 Minor GUI change 2012-03-22 19:41:11 +00:00
secretr
87eae79ba1 system user getter mislogic 2012-03-22 15:34:47 +00:00
secretr
db723a8b84 more proper return value on error (dbDelete ) 2012-03-20 11:17:08 +00:00
secretr
e43bc5333e models - return false on validation error 2012-03-19 17:20:24 +00:00
CaMer0n
1b56fa8044 getURL() bug fix. 2012-03-17 23:49:48 +00:00
secretr
cfe9091500 force error on adding custom validation message (model) 2012-03-16 15:16:54 +00:00
secretr
f478b4274b validator isValid setter 2012-03-16 14:18:55 +00:00
secretr
7791f50eef strickt check, avoid confusions 2012-03-15 10:07:00 +00:00
secretr
0910e76327 accept value parameter for password fields 2012-03-12 13:02:17 +00:00
secretr
8f7fe64b7a use built-in escape method 2012-03-07 09:17:32 +00:00
e107steved
6a32ff7d66 Handle all day events 2012-02-28 20:51:11 +00:00
secretr
74c19e5468 Controller base - clean up meta title 2012-02-28 14:28:45 +00:00
nlstart
c6d1fc3dc9 Fix for the login.php redirect on how Cameron intended it. 2012-02-26 13:03:28 +00:00
secretr
8b617ab084 better Ajax Exception information output (via console) 2012-02-25 11:18:15 +00:00
secretr
2def760d08 Reworked search, removed evil old parser and switched to simpleParser, some minor work left (new templates, additional result template parsing, hardcoded parse result HTML removal) 2012-02-24 14:16:49 +00:00
secretr
057f7a0b0a user and pages search good URLs 2012-02-24 13:22:29 +00:00
secretr
dbc7ca31fc news search good URLs 2012-02-24 13:14:42 +00:00
secretr
4631844846 search preferences issue 2012-02-23 15:12:42 +00:00
secretr
d9832a1bfa More proper return type on validation error 2012-02-23 08:56:33 +00:00
secretr
6329c9e318 missing script tag 2012-02-23 08:41:17 +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
3f3cdbfcd6 some fixes related with the previous removal of js block from e_css 2012-02-16 14:18:17 +00:00
secretr
80ad24eeef Modal window (dialog) widget - AJAX related inline documentation 2012-02-16 09:18:43 +00:00
secretr
7385974df2 Modal window (dialog) widget improvements - inline documentation with examples added, 'ajax_update_after' trigger added when window content set via ajax, improved DOM events cleanup when destroyin dialog instance. 2012-02-16 08:57:35 +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
nlstart
f8cf73ac85 more proper way determining $plugpath for generating admin_menu 2012-02-13 22:02:46 +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
berckoff
492756820a Core plugin Forum: fixed malformed URL in url.php (line:65) + fixed forgotten "encode"=false parameter in forum_post.php (line:405) URL creation leading to Access denied! error after redirect. 2012-02-09 12:13:47 +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
18b799c852 Additional filtering 2012-01-22 14:33:31 +00:00
e107steved
8982d293c4 Change method of using 'up' and 'down' arrows to reorder lists so it works in all browsers (as sitelinks). Synchronise V1.0 and V2.0 code where practicable 2012-01-21 16:42:40 +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
e107steved
9bf84739e6 Fix for verifying UEFs with 'FALSE' entered values 2012-01-14 23:01:21 +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