1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

3113 Commits

Author SHA1 Message Date
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
secretr
58d06df6fd EONE-62 (New Feature): user e_model solution draft (work in progress);
e_model/tree improvements (automated system cache support, various useful new methods, minor fixes);
mysql handler details
2010-04-28 15:44:46 +00:00
mcfly
65595056f3 Few more changes due to shortcode changes 2010-04-26 18:40:27 +00:00
mcfly
912d5de689 More changes to comply with new shortcode rules 2010-04-26 15:07:30 +00:00
mcfly
5319933aa1 Moved check for existing shortcode class down, after we've determined what the 'real' class name is. 2010-04-26 15:05:59 +00:00
secretr
d026ec91ab Shortcode parser: batch class name fix again - just a bad day today 2010-04-26 13:47:12 +00:00
secretr
9a3355f733 Shortcode parser: batch class name fix 2010-04-26 13:16:44 +00:00
mcfly
c702d7d6db Moving shortcodes to new folder 2010-04-26 13:15:32 +00:00
secretr
597cc1b31c Shortcode parser: batch path fix - missing 'core' part 2010-04-26 13:11:08 +00:00
mcfly
3437f4a47f Updated forum code to use the new shortcode stuff, moved the shortcode files into the proper *new* directories. 2010-04-25 22:30:26 +00:00
e107steved
574f6fb1ba EONE-19 (bug/improvement): Start of restructuring of EUF handling to fix bugs and cache more information 2010-04-25 20:14:45 +00:00
secretr
78e85fb0ed Shortcode parser: variable/methods name fix, news event trigger mentioned by the recent commit 2010-04-25 15:04:53 +00:00
secretr
e0c8e76f70 Shortcode parser: fixed number of errors, more major changes, getScBatch will now auto-register batch (no need of registerShortcode() call), added new example of sc handler usage (news), work in progress 2010-04-25 13:52:14 +00:00
e107steved
6b7a4f7242 Bugtracker #4943 - new by reference deprecated 2010-04-25 07:28:48 +00:00
e107steved
ab5742b84d Docs now go in wiki 2010-04-24 19:52:04 +00:00
secretr
b6abcc7cf1 Commented out level handler related code to prevent system parse errors on front-end, awaiting for new level handler. 2010-04-24 11:48:19 +00:00
secretr
4e8be9a7b8 Shortcode parser: fixed number of errors, e107 method getScObject renamed to getScBatch, added new example of sc handler usage (news), work in progress 2010-04-24 11:39:14 +00:00
secretr
9fb7e748bb Shortcode parser: more code cleanup, still work in progress 2010-04-24 09:58:02 +00:00
secretr
26e4de97e6 Shortcode parser: major changes (could break stuff), e_shortcode renamed to e_parse_shortcode, abstract e_shortcode class added, functions moved to e_parse_shortcode, more to do, getScObject added to e107 class, work in progress 2010-04-23 15:54:11 +00:00
e107steved
ee3e6ed9d9 Update routine uses new combined admin logging and messaging API 2010-04-20 21:35:20 +00:00
nlstart
321adb9dc0 Show old polls link only if there are actual old polls available. 2010-04-20 20:47:43 +00:00
secretr
3c3486f806 EONE-79 (issue): LogArray fixes; Admin settings page - work in progress 2010-04-19 13:31:47 +00:00
mcfly
71f81fbea2 EONE-45 (bug): Custom menus now created in 'menus' table. Menu cache also cleared when menu is deleted. 2010-04-17 03:17:48 +00:00
secretr
1f3c4826e6 SVN ignore (.buildpath, install.php) 2010-04-15 15:58:36 +00:00
secretr
fbf181c578 EONE-33 (task), EONE-49 (bug) 2010-04-15 15:38:16 +00:00
secretr
80057e9587 EONE-49 (bug) 2010-04-15 15:33:20 +00:00
secretr
4ff7c24d39 EONE-29 (issue): logMessage(), logSuccess(), logError(), flushMessages() methods added (admin_log handler)
admin log is called on preferences save now
2010-04-12 17:14:04 +00:00
secretr
8476797fa0 EONE-29 (issue): Add aliases to eMessage handler: addInfo(), addError(), addWarning(), addDebug(), addSuccess() 2010-04-12 11:28:58 +00:00
e107steved
2d5fccbe5d Handle opening in fixed size windows 2010-04-11 21:50:42 +00:00
e107steved
9c31a701d2 Reinstate clickable link on page titles 2010-04-11 07:52:45 +00:00
e107steved
0306a5d8c6 Bugtracker #4932 - missing LANs 2010-04-07 20:36:32 +00:00
e107steved
720dec4b81 EONE-73 (bug): Sense of nobreak wrong 2010-04-07 19:08:02 +00:00
e107steved
0fa5dac3aa Bugtracker #4929 XHTML compliance. 2010-04-05 21:35:09 +00:00
mcfly
a8c95d9fab Incorrect var name - thanks Luceos 2010-03-31 14:23:25 +00:00
mcfly
f81339d52d EONE-1 (Bug): More progress with forum upgrade routine. 2010-03-30 03:05:17 +00:00
mcfly
13121a24d6 Changed bbcode to use parse_str() compatible parameters...cleaned up code a bit. 2010-03-29 02:52:35 +00:00
nlstart
845604ad96 remove ereg_ expressions from flash.bb 2010-03-28 21:31:23 +00:00