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

37 Commits

Author SHA1 Message Date
e107steved
3d28c5a88b Support backticks in db checking, comments in db definition files, other minor tweaks 2009-11-20 22:23:02 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
c3c7b3ca96 PHPdoc fix 2009-11-17 15:29:33 +00:00
secretr
df36ed2f6c __autoload handles core handlers now 2009-10-20 16:00:38 +00:00
secretr
d8655ff1b4 sc parser - object overloading now supported 2009-09-25 20:15:19 +00:00
CaMer0n
7390c49b08 Fixed typo 2009-09-21 22:25:22 +00:00
CaMer0n
c0e66e0f59 Plugin category 'menu' added - for menu only installs. (while supporting e_xxxx). siteinfo_shortcodes.php moved to siteinfo plugin: e_shortcode.php 2009-09-19 17:43:19 +00:00
CaMer0n
f6af8b30ef e_sc renamed to e_shortcode and activated in shortcode handler. /banner.php now uses the banner plugin. Banner language file cleanup. 2009-09-18 22:20:40 +00:00
secretr
e5757808f8 shortcode parser: register object (instead class name) added, overall code cleanup, phpDoc started, some future attention needed (better class methods organization) 2009-08-20 16:41:29 +00:00
secretr
9c219f52a9 more e107 class & API cahnges:
- magic __get() added to e107 and e_parse classes;
- resolved sch_load() related issues;
- more object getter;
2009-07-23 15:29:07 +00:00
CaMer0n
03715cc464 renamed get_function_name() changed to sc_function_name() for shortcode functions. Removing confusion with get_userdata, get_userclasses and other get_ functions built into PHP. 2009-07-21 06:31:23 +00:00
CaMer0n
8fa5d97fde Finally the debugger shows only what it's meant to and no longer creates Xhtml errors in some cases. 2009-07-12 02:29:24 +00:00
lisa
90d244601a notice removal 2009-02-03 11:59:12 +00:00
mcfly
6633e23f94 Added setScVar() function to shortcode handler, modified forum and news to use new function. More work on new level handler, implemented it in forum shortcodes. 2009-01-25 17:44:13 +00:00
mcfly
21f4629908 Improved news shortcode handlingImplemented new shortcode override/ directory. Any .sc file found here will override any other shortcode anywhere. 2009-01-16 01:02:41 +00:00
lisa
9c69982711 added function to initialise the shortcode class 2009-01-15 22:04:45 +00:00
lisa
8a65ec6bf8 $sc_mode as second parm 2009-01-15 20:18:46 +00:00
lisa
ed881b3da1 typo correction 2009-01-15 18:57:02 +00:00
mcfly
4c4b378bd0 Converted all admin_xxxx shortcodes to using batch shortcode file 2009-01-09 01:12:18 +00:00
mcfly
feed586bcb Converting related core shortcodes to use batch class->method functionality. 2009-01-08 21:47:44 +00:00
mcfly
d7b8b858cc Check for userclass set in shortcode, and do not render if not permitted 2009-01-08 20:16:47 +00:00
mcfly
ddff8df497 Reworked the shortcode handler again. This should now fully support the old .sc and the newer function (oor class->method) styles. I hope I didn't break it too much. 2009-01-08 17:23:13 +00:00
mcfly
b489d7cef3 Updated shortcode handler to support class->method use in batch shortcodes. Updated bbcode and news shortcodes to use this new method. Reduced the use of cachevar usage in the new shortcodes.
I may have broken overriding of core news shortcodes, need to look into that.
2009-01-07 19:57:09 +00:00
e107steved
01e378b0d4 Bugtracker #4561 - possible fix for nested calls to shortcode handler 2008-10-30 20:21:55 +00:00
lia
f2bd7a066d notice removal 2008-03-13 19:15:56 +00:00
e107steved
26e80bb7c1 Handle override of core shortcodes by plugins better 2008-03-02 21:08:31 +00:00
mcfly
9713a948ca Clicking on image will paste bbcoce into 'target', also added code to convert [[ and ]] to { and } in sortcode parms 2008-02-19 19:33:45 +00:00
mcfly
144d3e4297 Hopefully speed up shortcode rendering 2008-02-13 02:57:17 +00:00
e107steved
833a7cedd0 notice removal 2007-11-30 22:23:10 +00:00
e107steved
178eea6cf6 Bugtracker #3984 - prevent uninstalled shortcodes from showing 2007-07-18 20:46:42 +00:00
mcfly
ceb7ece5eb Beginning of new shortcodes, now able to be functions insead of .sc files or batch sc files. Will be done in new forum code for example usage 2007-06-13 02:53:21 +00:00
lia
caf28296ff new feature: add $sc_mode to shortcodes {NAME | mode = parm} 2007-03-30 13:33:29 +00:00
e107steved
9e9c3a1675 Bugtracker #3824 - show text between {...} if shortcode doesn't exist - let's see whether it causes different problems. 2007-03-05 21:24:47 +00:00
mcfly
90cce5fef0 Added new System Cache in addition to the regular cache. System cache will contain only system config type info and no real page content, that will still be handled by the regular cache 2007-02-04 17:36:16 +00:00
mrpete
3e3e0b188a Remove PHP Warnings - various undefined variables and typos 2006-12-05 09:15:08 +00:00
mcfly
c51e07466e If cache is activated, the already parsed batch shortcode files are now written to cache 2006-12-03 07:03:22 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00