1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-21 06:52:28 +01:00

250 Commits

Author SHA1 Message Date
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
Cameron
f63fcb61a8 Notice removal and default styling fixes. 2012-12-16 14:28:30 -08:00
Cameron
a23d845054 Files directory no longer created during install. ( Issue #45 ) 2012-12-16 13:02:19 -08:00
Cameron
71cd2aca3c Should help with Issue #53 - PHP Strict issues 2012-12-15 03:51:45 -08:00
SecretR
b7c0db7640 fixes #5 - browser cache now better managed and manually enabled per page and per user session via e107::canCache() 2012-12-15 10:25:14 +02:00
Cameron
f2fbd4c4bf Improved DEBUG info for PATHs etc. 2012-12-14 22:25:14 -08:00
SecretR
56c4d48503 Site links data retrieving/rendering draft (work in progress);
Text truncate typo
2012-12-14 12:20:01 +02:00
Cameron
24a1d695d4 Submit button drop-down options. 2012-12-12 22:39:18 -08:00
Cameron
87e225fc36 New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed. 2012-12-12 18:46:34 -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
SecretR
12bec41f6e Work on $14 - user options ready, addUser work in progress;
Form handler - introducing admin_trigger() alias
Various minor fixes
2012-12-10 17:17:51 +02:00
SecretR
7cf904675b #14 More user administration work. All list (dropdown) options are back. Still work in progress. Various system fixes and enhancements. 2012-12-10 01:20:56 +02:00
SecretR
72905055e7 #14 User administration rewrite (set user class, quick add user not functional, work in progress);
retrieve() DB method update (work in progress);
2012-12-09 00:48:04 +02:00
Cameron
e95e27b5c5 e_status and e_latest upgraded to new class format. 2012-12-08 01:31:00 -08:00
Cameron
b42d87e6bf Added e107::pref() - Generic Pref-array retrieval for core, themes and plugins.
ie. $pref = e107::pref(); or $plugPref = e107::pref('gallery'); or $themePref = e107::pref('theme'); // currently installed theme.
2012-12-06 16:47:26 -08:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
SecretR
84eec7cdbb plugLan typo 2012-11-30 13:23:55 +02:00
Cameron
5be772191a Theme Manager GUI fixes. 2012-11-29 22:03:36 -08:00