1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-13 14:04:51 +02:00
Commit Graph

5330 Commits

Author SHA1 Message Date
SecretR
f70346980e lost string support for form options fix 2012-12-01 17:52:59 +02:00
Cameron
a5d9c17116 Issue #28 Basic filter by datestamp added to admin-ui 2012-12-01 00:03:48 -08:00
Cameron
5477e90b92 Media Manager fixes thanks to farr3ll. Issue #27 and Issue #31 2012-11-30 22:09:04 -08:00
Cameron
97a0ada0cb Event hooks now allows for multiple form elements.
Also added $frm->renderHooks($data).
2012-11-30 20:47:26 -08:00
SecretR
84eec7cdbb plugLan typo 2012-11-30 13:23:55 +02:00
Cameron
2234f8f62c Issue #3 Should address some of the Notices/Warnings. 2012-11-29 23:12:20 -08:00
Cameron
5be772191a Theme Manager GUI fixes. 2012-11-29 22:03:36 -08:00
SecretR
fb14c94357 NEW back-end boot loader; header.php cleanup, should solve all legacy and non legacy issues related with boot sequence, #15 related 2012-11-29 10:48:42 +02:00
Cameron
87a19b68ec Fileinspector fixes - using bootstrap components now. 2012-11-29 00:28:55 -08:00
Cameron
a35bcc8432 More GUI fixes 2012-11-28 21:07:23 -08:00
Cameron
8c9561b90c disabled e-spinner for now. 2012-11-28 19:18:20 -08:00
Cameron
0f6c4cff7e Merge pull request #20 from farr3ll/master
Issues #18, #19 - thank you farr3ll
2012-11-28 17:03:25 -08:00
Cameron
b45aaf0597 More UI fixes and jquery-ui for bootstrap added. 2012-11-28 15:00:05 -08:00
unknown
00f54881b0 uncommented ipEncode function and make it functional 2012-11-29 00:35:33 +02:00
Cameron
c3094ddd83 Tooltip refinements 2012-11-28 14:00:34 -08:00
SecretR
c77518ce40 Merge branch 'master' of github.com:e107inc/e107 2012-11-28 15:12:00 +02:00
SecretR
a5d436a3e3 work on #14 - generic issue with form handler, started work on user admin area - work in progress 2012-11-28 15:11:17 +02:00
Cameron
8d8883b52c Theme handler fixes. 2012-11-28 04:32:52 -08:00
Cameron
37b1316d5a globals fix 2012-11-28 02:22:23 -08:00
SecretR
6c49eddcba 3rd party legacy code fix attempt 2012-11-28 09:35:06 +02:00
Cameron
597c8c1a1b Some docs on iconpicker(); 2012-11-27 23:04:19 -08:00
Cameron
2986dd62be Prevent plugins without an admin url from displaying in admin navigation. And disallow 'theme' as a plugin name. 2012-11-27 23:03:17 -08:00
Cameron
eb8cf3179f tweaked the radio_multi function to handle a string for field-help or an array. 2012-11-27 21:39:59 -08:00
Cameron
0f8210d6c2 Allow for all fields from a single row without a 'where' clause. 2012-11-27 19:57:34 -08:00
Cameron
f1ddcf9781 More admin GUI Fixes - mailout, cpage etc. 2012-11-27 14:32:40 -08:00
Cameron
6fa4af301e Added e107::lan() generic function for plugins, themes and core. 2012-11-27 14:00:19 -08:00
Cameron
b5a8963f00 Radio button fix and support for VIEWPORT in the admin area. More admin-menu fixes. 2012-11-27 02:34:02 -08:00
Cameron
667b8fd46f More login page changes 2012-11-26 21:53:56 -08:00
Cameron
5e84eaf34d More admin GUI refinements 2012-11-26 15:43:42 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
Cameron
5d3ead1d23 More tweaks 2012-11-26 04:09:07 -08:00
Cameron
ec8a7195d5 Admin area GUI tweaks 2012-11-26 03:23:20 -08:00
Cameron
6b888d334a Update to jQuery 1.8.3 and jQuery UI 1.9.2 2012-11-25 12:37:21 -08:00
Cameron
baf8065b11 Tinymce Fix 2012-11-24 16:37:00 -08:00
Cameron
c823271842 removed e107_files/ and updated some paths. 2012-11-24 11:59:05 -08:00
Cameron
441896c794 Moved e_ajax.php to e107_web/js and cleanup references. 2012-11-24 11:27:52 -08:00
Cameron
0a8ec03ab4 DHTML Calendar removal and cleanup. 2012-11-24 11:07:00 -08:00
Cameron
e1e2894eb8 Removed old resetcore.php file (already exists in e107_web) moved e_jslib.php to e107_web/js/e_jslib.php 2012-11-24 02:23:07 -08:00
Cameron
f54d647cf5 Move JS folder 2012-11-23 22:47:01 -08:00
secretr
7ab80e70c7 DB handler important changes:
- New query & fetch method retrieve()
- db_ prefix removed from query/fetch methods, latter are deprecated
2012-11-22 12:14:57 +02:00
secretr
2671dde288 JS libraries, CDN frameworks, external script loading should work now in all possible administration preference sets 2012-11-16 14:16:53 +00:00
CaMer0n
d3156afc2f Fix for excessive cache file issue (in the 100,000s) 2012-11-15 21:50:49 +00:00
secretr
2a0efa5912 cleanup, major JS/CSS loading issues fixed (mainly CDN related), a lot more cleanup required 2012-11-15 13:31:58 +00:00
CaMer0n
feb9a79aa0 Fix for duplicate messages and plugin install issue. 2012-11-13 21:40:29 +00:00
CaMer0n
3ff7170946 default upload path moved to e107_system/temp - requires testing. 2012-11-12 21:46:10 +00:00
secretr
193e9df452 Controller forward bugfix 2012-11-12 07:10:49 +00:00
CaMer0n
c892f33916 Bugfix: prefs, links and userclasses were being overwritten or throwing errors during upgrade. 2012-11-07 20:27:41 +00:00
CaMer0n
47b19c677d Comments on download_setup.php and plugin_class 2012-11-07 03:40:07 +00:00
secretr
3479203f6a new plugin upgrade xml and sql feature 2012-11-06 11:07:47 +00:00
CaMer0n
d1975b25cf Only display debug info on db-verify page. 2012-11-03 00:29:55 +00:00