Cameron
fd5fbf6718
Download plugin cleanup and template upgrade. (Work in progress)
2013-06-22 18:24:43 -07:00
Cameron
fa8c54d635
Notice removal (e_QUERY not defined)
2013-06-20 01:31:26 -07:00
Cameron
5a4981c9f1
Added 'bootstrap' as a e107::css() and e107::js() option. (subject to change)
2013-06-17 16:44:46 -07:00
Cameron
a0aec4b210
Renamed bootstrap flag e_BOOTSTRAP to BOOTSTRAP. Set e_BOOTSTRAP as path of bootstrap folder.
2013-06-17 16:03:33 -07:00
SecretR
bf68100106
load and store Array storage interface
2013-06-06 15:25:53 +03:00
Cameron
7c4043122a
Site-Statistics plugin fixes, cleanup etc.
2013-06-03 14:17:08 -07:00
Cameron
ce7c07ffda
Fix template array issue.
2013-06-01 14:15:46 -07:00
Cameron
4776f49964
Chatbox class warning issue and template override/merge issue (requires more testing)
2013-06-01 14:02:46 -07:00
SecretR
7c84b35c51
Updated PHPDoc, additional lan import security
2013-05-27 15:18:56 +03:00
SecretR
c753d7fff6
e107 class destructor - work on Issue #278 Memory leaks
2013-05-27 10:54:51 +03:00
Cameron
97fbfa8e97
Issue #360 - path correction
2013-05-26 15:55:14 -07:00
Cameron
ab3de984e9
Issue #360 - e107::lan() path fix.
2013-05-26 15:48:16 -07:00
Cameron
826bd9b68d
Issue #225 - Better Domain and Subdomain detection - as used in v1.x
2013-05-26 13:52:43 -07:00
Cameron
11d87f18ff
Notice removal
2013-05-20 04:51:45 -07:00
Cameron
47ec354150
Fix for debug mode deleting URL query.
2013-05-17 18:41:28 -07:00
Cameron
9dd4d0c666
Issue #317 - specific path has been added for importing into media-manager. e_IMPORT.
2013-05-17 18:17:04 -07:00
Cameron
b473ba2fa2
Chart class added.
2013-05-14 23:46:48 -07:00
Cameron
a8fc30016c
Issue #235 - Database Utility fixes.
2013-05-04 19:59:54 -07:00
SecretR
fedd644b69
chatbox sc namespace collisions fix; legacy JS issue fix (user
...
settings)
2013-04-29 15:04:01 +03: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
66eb7c1be7
Button styling updated to Bootstrap 'btn'
2013-04-26 13:48:23 -07:00
Cameron
1500effbd7
Avatar path corrections.
2013-04-19 22:50:41 -07:00
SecretR
3e734006d6
e_CACHE override for old installations (containing $CACHE_DIRECTORY value in their configs)
2013-04-03 12:25:47 +03:00
Cameron
82ac19d038
Added e107::serialize() and e107::unserialize() (static alias of e107::getArrayStorage()->read/write() functions)
2013-03-31 05:55:08 -07:00
Cameron
52d57adef5
Simple e107::user($uid) function introduced for quick and easy access to user info.
2013-03-31 04:58:56 -07:00
Cameron
919c3b4092
Issue #149 - disable plugin upgrades until core upgrade complete. Fixed cached prefs issue and plugin table issue.
2013-03-27 19:39:00 -07:00
Cameron
73bb794b67
Better bootstrap detection.
2013-03-19 19:05:58 -07:00
Cameron
b38effe46e
Potential fix for install issue.
2013-03-16 03:58:12 -07:00
Cameron
8b82720f39
Missing e107_config.php install fix. Prevents blank-page scenario.
2013-03-14 17:31:56 -07:00
Cameron
809f9258ae
Nextprev support for bootstrap glyphs when bootstrap detected. (check for e_BOOTSTRAP === true)
...
Forum quickreply fully functional. LANs still need cleanup.
2013-03-14 04:05:33 -07:00
Cameron
6a784f28f8
Xurl pref fixes and notice removal.
2013-03-13 02:40:15 -07:00
Cameron
4ece98ef90
Fix for prefs issue.
2013-03-13 02:40:05 -07:00
Cameron
14044fc25a
XURL definitions added for facebook, twitter etc.
2013-03-11 02:43:19 -07:00
Cameron
3fcd499f9f
Featurebox work and other fixes
2013-03-08 02:22:47 -08:00
SecretR
82ac1255a6
FAQ plugin front-end rewrite started
2013-03-07 15:19:40 +02:00
Cameron
2a374b7251
Batch drop-down default fix and renamed 'Execute' to 'Go'.
2013-03-01 17:53:58 -08:00
Cameron
bb020c6ae2
Issue #73 secure_image_render.php moved to e107_images/secimg.php
2013-02-26 20:31:31 -08:00
Cameron
2f85528ce0
Issue #73 - more array storage cleanup. And useful deprecated message.
2013-02-26 19:53:49 -08:00
Cameron
117d0e8deb
Issue #73 Deprecated message added to old arrayStorage class, and created a new one in core-functions.php
...
Use: e107::arrayStorage->read() and e107::arrayStorage->write(); (BC aliases added also)
2013-02-26 19:12:17 -08:00
Cameron
fdf78c92a4
Issue #73 Deprecated admin_handlers.php file.
2013-02-26 17:17:31 -08:00
Cameron
231f062e9a
Media-Manager speed optimization
2013-02-23 23:08:30 -08:00
Cameron
5bcd54f179
Some language-file cleanup and title/breadcrumb corrections.
2013-02-22 21:34:06 -08:00
SecretR
19436eb3d4
prepare for some addon class naming standards
2013-02-14 16:18:22 +02:00
SecretR
4587940ad9
Even more smarter page navigation menu;
...
Introduced e107::getAddon();
Upcoming addon class naming standards discussion
2013-02-14 15:38:00 +02:00
SecretR
865c7b273b
File handler is no more singleton by default
2013-02-09 17:22:19 +02:00
SecretR
61ed8355f7
Plugin handler - execute_function supports callback data now; current and required version number now sent to the upgrade_required method (plugin setup file)
2013-02-08 09:15:57 +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
SecretR
94c9f41071
e107:lan() improvements
2012-12-20 12:06:28 +02:00
SecretR
e89a6a5ecf
Work on #34 , extensive testing is required. Work in progress.
2012-12-20 10:45:40 +02:00