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

149 Commits

Author SHA1 Message Date
Cameron
a7cc11f5ee Removed globals from meta-tag method in header. 2015-05-31 09:25:59 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
740b8cf29a Issue #755 - resending of user activation email. Added fix. Requires testing. 2014-10-03 20:59:05 -07:00
Cameron
ceb0fff60d Fixes problem where {e_PLUGIN}, {THEME} etc. are replaced with empty values when using parseTemplate(). Now retains theme for use by replaceConstants() etc. 2014-08-18 22:57:18 -07:00
Cameron
f4bb971696 More email templates cleanup. /signup.php?preview working again. 2014-08-17 20:53:44 -07:00
SecretR
9464a40e70 Fixes Issue #424 2013-08-27 13:56:36 +03:00
Cameron
709c1a80a6 Download plugin clean-up mostly complete. (cache still needs to be done) 2013-06-23 19:06:46 -07:00
Cameron
2d21d0e7d2 Fixes #326, #331 and corrects markup issues with pull-request #390.
Also added check for theme_shortcodes.php for including batches of theme shortcodes.
theme_config.php is now the correct file name for a theme config.
2013-06-19 22:50:51 -07:00
Cameron
9e8d238894 Added uncommitted comment. 2013-06-01 14:08:42 -07:00
Cameron
b8cdc71795 Correction of shortcode global issue. As per e107 v1.x - shortcodes should only ever be registered globally using e_shortcode.php or xxx.sc files. 2013-05-31 18:40:56 -07:00
Cameron
e1dae6ee40 Improvements for {PAGE_NAVIGATION} shortcode. {PAGE_CHAPTER_NAME} and {PAGE_CHAPTER_DESCRIPTION} added. 2013-05-29 15:36:54 -07:00
Moc
c56951df43 Notice fixes 2013-05-24 18:11:14 +02:00
Cameron
c2412d1270 Notes and problems regarding Issue #183 shortcodes and wrappers 2013-05-07 18:30:02 -07:00
Cameron
2993fb1504 Added missing Shortcode debug info 2013-04-29 19:38:26 -07:00
SecretR
6b820f4076 fixes #183, #185. Important change - $SC_STYLE (the replacement of v1
$sc_style) renamed to most propper $SC_WRAPPER. Testing still required.
2013-04-29 13:31:21 +03:00
SecretR
3ec9e7487e Issue #183: $sc_style not working with new SC batch methods:
- Wrapper support added (shortcode batches only, needs explicit
wrapper registration)
- new $SC_STYLE - not global, same format as the new wrapper
- $sc_style is deprecated now
- more detailed info in GitHub comments of the issue
2013-04-28 19:14:33 +03:00
Cameron
8a5ee90625 New standard for $sc_style. _WRAPPER. Needs to be completed. 2013-04-26 13:49:57 -07:00
Cameron
7167dfb62b Better shortcode debugging 2013-04-18 12:44:57 -07:00
Cameron
5436e861f5 Shortcode fixes and introduction of new format. {SC: get-string} eg. {MYSHORTCODE:w=100&h=50}
This is returned to the shortcode as an array('w'=>100, 'h'=>50);  Use {SETIMAGE:w=100} to set the default thumbnail width.
2013-03-11 05:11:58 -07:00
Cameron
58ef32c990 Shortcode handler fix.. 2013-03-11 02:43:32 -07:00
Cameron
3430c31048 New {SETIMAGE} shortcode for theme developers. Using this prior to a media-manager image being called will allow one to set the default size for the image (ie. when not specified otherwise). eg. {SETIMAGE|w=293} will set the width of the images to 293px. 2013-03-08 20:16:49 -08:00
Cameron
9ae2ac7827 Shortcodes - corrected issue when manually calling e107::getScBatch('myplugin',TRUE); from within a plugin. 2013-02-22 21:30:14 -08:00
SecretR
6fcf0da804 Global plugin batch override fix 2013-02-11 15:12:30 +02:00
SecretR
9e587e0f18 Single plugin shortcode now detected in shortcode/single/*.php;
Plugin legacy *.sc moved to shortcode_legacy_list (system update
requried);
Single plugin shortcodes override now possible
(core/override/shortcodes/single/);
Testing phase
2013-02-11 14:29:10 +02:00
SecretR
cc0913ec2a Global shortcode override improvements, batch override examples added (phpDoc), work in progress, testing phase 2013-02-09 19:05:51 +02:00
SecretR
65d8985571 Scan overrides looking at the proper location for override batch/shortcode; shortcode handler now respects override settings; admin shortcodes are not auto loaded anymore 2013-02-08 16:58:14 +02:00
Cameron
2b05530a62 Allow for core shortcode class names other than default. Provides a work-around to possible conflicts between e_shortcode and {plugin}_shortcodes.php 2013-02-01 17:35:56 -08:00
Cameron
fb1a4e2b03 Start of front-end navigation template. Shortcode handler fix to prevent reloading of existing classes. Bootstrap front-end theme updated. 2012-12-11 15:08:29 -08:00
CaMer0n
f2c7bad663 Updated FAQs plugin to use the right shortcode methods. 2012-11-02 00:23:59 +00:00
CaMer0n
a453717fd6 Fix for shortcode init() and plugin.xml tweak for Tinymce (show icon). 2012-08-24 09:05:32 +00:00
secretr
b2d9bf0242 Gallery - auto pause on hover (slideshow), fix of newly created bug 2012-08-23 13:06:01 +00:00
secretr
526f9b1a62 Easy way to assign/access batch array data - set/addVars() methods, $this->var array inside the batch object 2012-08-23 11:42:54 +00:00
CaMer0n
aa4e5c0ee7 User-settings shortcode and template cleanup. avatarpicker() function added to form handler. Other minor fixes. 2012-06-19 09:08:41 +00:00
CaMer0n
df2d4f4c5b Update routine to correct avatar paths. 2012-06-17 10:51:13 +00:00
CaMer0n
6c790d9ab6 renamed internal shortcode variable from 'eParserVars' to 'var'. ie. use $this->var['field_name'] inside shortcode batches. 2012-04-24 11:22:07 +00:00
CaMer0n
62e92a2621 Shortcode handler was failing to load classes under some conditions. Also added some debug info. (use e107 debugger for Firefox in SC mode) 2012-04-23 01:21:06 +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
8e80b45ddb missing variable (typo) 2011-11-22 12:52:34 +00:00
e107steved
13f51c79c3 Change shortcode handler so you can use a non-registered shortcode class or array, without the shortcodes getting registered, and without having to permit other registered shortcodes. Modify event calendar to use this method (gets rid of callScFunc() ) 2011-03-24 21:29:45 +00:00
secretr
976aaadcac eVars/abstract batch shortcode minor improvements 2010-12-07 13:30:22 +00:00
secretr
83d4098f55 php warning removal 2010-10-26 08:25:01 +00:00
CaMer0n
2be5225d17 Also display shortcode timings when debug=time 2010-09-10 01:00:36 +00:00
secretr
fb6aba7f60 Fixed e_ajax parse error from previous commit 2010-07-27 10:45:55 +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
secretr
597cc1b31c Shortcode parser: batch path fix - missing 'core' part 2010-04-26 13:11:08 +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
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