1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-20 06:24:42 +01:00

263 Commits

Author SHA1 Message Date
Cameron
004d1a1585 Extended Bootstrap version added. 2013-01-31 19:12:46 -08:00
Cameron
972dba3037 Moved e107_admin/sql/core_sql.php to e107_core/sql/core_sql.php 2013-01-23 13:23:10 -08:00
Cameron
25da842c5e Removed generic h1,h2,h3 etc. css defaults which shouldn't be there. 2013-01-21 13:15:25 -08:00
Cameron
41487fa655 Upgrade bootstrap to 2.2.2 2013-01-16 13:05:47 -08:00
SecretR
ca9a6321ea close #29: Admin-ui ajax result filtering on keyup with jQuery;
admin jQuery JS improvements, server side filtering issues solved
2013-01-08 11:21:29 +02:00
SteveD
4e6924e3a5 Get CHAP login working again. Plus a bit of tidying up. 2012-12-20 22:51:38 +00:00
Cameron
56a9a2a320 Userclass-tree JS fix. 2012-12-15 18:07:29 -08:00
SteveD
dd4d38e128 Support 'firstDay' option on JS calendar to set day of week for first column (0 = Sunday = default). 2012-12-13 22:22:24 +00:00
Cameron
28f3a7461f Fixes Issue #48 - yellow TinyMce area. 2012-12-12 00:38:11 -08:00
Cameron
6e9ccdb59e expandit added to some admin->pref elements. 2012-12-10 17:38:52 -08:00
SecretR
6d914fb08c Password generator preventDefault enhancement 2012-12-10 16:06:38 +02:00
SecretR
f7876daec6 Password meter/generator bugfix and improvements, better DOM element ID handling coming soon. 2012-12-10 15:54:25 +02:00
Cameron
8814055e84 Password Generator/Meter now uses bootstrap css. Password strength improved. 2012-12-09 00:50:58 -08: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
29f23c05ea Some method naming cleanup. 2012-12-06 20:34:57 -08:00
Cameron
367ec69c62 Debug Backtrace working again. 2012-12-06 14:17:54 -08:00
SecretR
bf54e5ab0a Fixed JSON breaking twitter 2012-12-04 14:50:33 +02:00
Cameron
1c9e44a0e8 e107 News Panel now working from Twitter feed. 2012-12-04 00:14:43 -08:00
Cameron
fd96563117 Placeholder function added for e-clone 2012-12-03 04:53:35 -08:00
Cameron
5477e90b92 Media Manager fixes thanks to farr3ll. Issue #27 and Issue #31 2012-11-30 22:09:04 -08:00
Cameron
01a6e11f44 Example Private Message Menu in Admin area. 2012-11-30 18:14:51 -08:00
Cameron
21babc927c Comments issue #23 confirmed fixed. Removed debug popup 2012-11-30 14:45:05 -08:00
Cameron
dc482f3fcd Merge pull request #26 from farr3ll/master
Issues #23, #25 fixed!
2012-11-29 22:35:55 -08:00
Cameron
5be772191a Theme Manager GUI fixes. 2012-11-29 22:03:36 -08:00
farr3ll
ffc1459e86 Issue #23 revision 2012-11-30 06:29:25 +02:00
farr3ll
84b0c89db9 Issue #25 2012-11-30 05:00:20 +02:00
farr3ll
f836982f84 Issue #23 2012-11-30 04:52:01 +02:00
Cameron
e299bb7fd4 Bootstrap tooltip.js 2012-11-29 03:32:47 -08:00
Cameron
8c9561b90c disabled e-spinner for now. 2012-11-28 19:18:20 -08:00
Cameron
0b03f8ed5a Tooltips working again on frontend 2012-11-28 18:56:52 -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
Cameron
c3094ddd83 Tooltip refinements 2012-11-28 14:00:34 -08:00
unknown
bef84e5b27 fixed *Check all not working on admin_log.php?config* bug 2012-11-28 23:26:32 +02:00
Cameron
250ac74fbd Move bootstrap to core. Removed tipsy (replaced by tooltip) 2012-11-28 13:25:41 -08:00
Cameron
c4bc3cda63 Some GUI cleanup of the RSS plugin. 2012-11-27 19:56:35 -08:00
Cameron
f1ddcf9781 More admin GUI Fixes - mailout, cpage etc. 2012-11-27 14:32:40 -08:00
Cameron
93aca4d8e1 More bootstrap changes. 2012-11-26 18:42:11 -08:00
SecretR
5f227ef66c jslib path update
e_css removal related JS fix (Prototype environment only)
2012-11-26 20:06:19 +02:00
Cameron
ec8a7195d5 Admin area GUI tweaks 2012-11-26 03:23:20 -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
e0aa8171fc Moved nav_menu.js and nav_menu_alt.js to e107_web/js. Also removed unused nav_menu.css. (still exists in jayya) 2012-11-24 02:45:03 -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
4318e949c0 Moved css data to e107.css and removed e_css.php file. 2012-11-24 02:06:22 -08:00
Cameron
41fb35ba06 chap script moved to JS folder 2012-11-24 01:59:15 -08:00
Cameron
556e5c13ba index.html added 2012-11-23 22:48:25 -08:00
Cameron
f54d647cf5 Move JS folder 2012-11-23 22:47:01 -08:00
Cameron
203a76a16b Initial File 2012-11-23 22:13:31 -08:00