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

123 Commits

Author SHA1 Message Date
secretr
b540365c69 e_vars moved to model class for now (prevent autoload issues in thumb and cli mod) 2010-12-11 15:55:24 +00:00
secretr
a907aac8e8 e_vars (simple parser object) now inherits e_object, magic getters/setters moved to e_object, convenient toSc method added (will be used more wisely from model based classes in the future) 2010-12-10 15:14:53 +00:00
secretr
976aaadcac eVars/abstract batch shortcode minor improvements 2010-12-07 13:30:22 +00:00
e107steved
adf5a7aba5 Doc - Update subpackage to be consistent 2010-11-15 21:45:02 +00:00
secretr
aa0d2e8da4 re-enable e_parse html wrap method, UI wrap option for text fields added 2010-11-15 09:03:54 +00:00
e107steved
5086e4709d Filter additional tag 2010-10-30 20:54:48 +00:00
secretr
d9527349ad Admin UI minor improvements; cleanup - warnings removal; various minor bugfixes 2010-10-30 15:34:48 +00:00
secretr
6424eaafdd notice removal (not sure if casued by obsolete preference - see the commment) 2010-10-27 11:23:54 +00:00
e107steved
5e3b71d3cd Bugtracker #5013 - stop prefs getting sanitised on save 2010-09-06 21:35:04 +00:00
e107steved
decaecf54d Add in security code, youtube bbcode from 0.7 2010-09-06 12:34:06 +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
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
720dec4b81 EONE-73 (bug): Sense of nobreak wrong 2010-04-07 19:08:02 +00:00
secretr
1de2a0f622 EONE-11 (Task): fixing relative path shortcode replacement (sync with new e107 paths) 2010-03-16 18:41:35 +00:00
secretr
1126637943 EONE-11 (Task): more shortcode paths added to replacing routines 2010-03-10 15:43:42 +00:00
secretr
9f96a5bbd3 IN PROGRESS - Tasks EONE-10, EONE-11: more paths added, 'nice' urls are supported now (see thumb.php) 2010-03-10 12:48:05 +00:00
secretr
e18b650bea IN PROGRESS - task EONE-10: System thumbnails - thumb url options fixes and improvements 2010-03-10 10:05:39 +00:00
secretr
2a0529f631 IN PROGRESS - task EONE-10: System thumbnails
- media manager now uses thumb.php
- form handler uses thumb.php (UI) when type is image and parameter thumb is passed 
- minor issues fixed
- thumbUrl() method added (Parser, for now)
2010-03-09 16:05:41 +00:00
secretr
e49114c319 Taks EONE-11: createConstants method quick fixes 2010-03-08 16:00:36 +00:00
secretr
8f2785b13d create constants were missing e_MEDIA 2010-03-01 14:29:49 +00:00
secretr
1c2c1ee4a8 simple parser details 2010-02-27 18:59:57 +00:00
secretr
793dabe594 e_parse - objects are passed by reference by default 2010-02-21 17:40:54 +00:00
secretr
0488a2b70c Simple parse via parseTemplate added, small improvements 2010-02-19 15:10:40 +00:00
secretr
700def686f e_parse small corrections, header keywords updated 2010-02-12 16:37:42 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
CaMer0n
deb662fb70 bbcode path move 2010-02-10 07:46:35 +00:00
secretr
9a8e027287 e_parse - simple Parse default replace string option added; e_vars - empty check added 2010-02-03 11:06:31 +00:00
secretr
6a8bd6f6da e_parse: phpDoc header added, e_vars class modifications (improvements and fixes) and phpDoc 2010-01-24 12:05:53 +00:00
mcfly
3042ab26c2 New functionality to allow parsing of vars and shortcodes with single pass or parseTemplate 2010-01-23 16:41:56 +00:00
mcfly
d2b6067976 Added the new simpleParse method from 0.7, changed it up a bit for 0.8 though. 2010-01-23 03:25:31 +00:00
secretr
92d926279c Text parser - usubstr() method fix (always returned empty string), utf8 parser methods lowercased 2010-01-12 13:11:48 +00:00
secretr
a686b662b6 new faster, smarter, utf-8 aware html_truncate() 2010-01-09 13:17:45 +00:00
e107steved
38aa26891d Bugtracker #4669 - apostrophe in Site Name 2010-01-02 21:42:51 +00:00
CaMer0n
4b2b29ef01 media path fix 2009-12-12 11:01:04 +00:00
e107steved
0df76288bb Remove debug code, redundant parameter 2009-12-07 20:48:04 +00:00
CaMer0n
c40c26478d 0.7 -> 0.8 upgrade fixes 2009-11-19 13:46:29 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
e107steved
52faad8c2e Mailer next update - inline files should work 2009-11-17 20:34:50 +00:00
marj
59028e557c more work on charset and badchars 2009-11-17 11:00:40 +00:00
marj
629ebe31f5 We need to fix this 2009-11-17 09:11:05 +00:00
e107steved
c188fd6430 Next mailer update 2009-11-16 20:40:39 +00:00
CaMer0n
04b264fd07 Media Manager work.. 2009-11-14 04:13:11 +00:00
marj
4cf1a98a81 add a few comments 2009-11-12 21:41:34 +00:00
e107steved
ce882924d2 Missing returns 2009-10-30 23:38:14 +00:00
marj
f452ce31e7 more doc 2009-10-30 23:31:08 +00:00
e107steved
8d0127e8c9 Fix typos in utf-8 uSubStr 2009-10-30 22:51:52 +00:00
marj
1a2c7e0ff8 add some PHPdoc to utf-8 functions 2009-10-30 22:19:56 +00:00
marj
eb21007515 html_truncate doc
make [more] more multilanguage
2009-10-30 21:32:18 +00:00