1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

58 Commits

Author SHA1 Message Date
Cameron
5bcd54f179 Some language-file cleanup and title/breadcrumb corrections. 2013-02-22 21:34:06 -08:00
Tijn Kuyper
17771cf3e0 Change buttons to bootstrap btn (GUI) 2013-02-02 20:34:19 +01:00
SteveD
83fb9f5818 Issue #60 - set proper user class tree during install - plus dev aid to generate appropriate xml (data should match the 'set default tree' available on an option button from userclass admin) 2012-12-29 12:12:51 +00:00
SteveD
cfb76a758a Allow editing of selected fields of some 'system' userclasses.
Tidy up a bit.
2012-12-19 22:27:48 +00:00
SteveD
f507aa57b6 Don't display 'delete' icon for user classes that can't be deleted. Tidy up a bit. 2012-12-18 22:43:10 +00:00
SteveD
2ef887f177 Fix bug in 'Everyone except..' class display. Suppress negatives in user initial classes. 2012-12-18 21:29:53 +00:00
SteveD
d95746b327 Issue #55 - add unimplemented code to support 'Everyone except...' in classes when vetted_tree() method called. Some rework of class perms needed. Callbacks not in userclass_class.php will need extending. Style expert may need to tidy displayed checkbox lists. 2012-12-18 21:21:05 +00:00
Cameron
d404081ce6 Notice removal 2012-12-15 18:06:55 -08:00
Tijn Kuyper
5290bb8ea4 More notice removal 2012-12-08 13:52:05 +01:00
Cameron
646d65b58a GUI fixes 2012-11-30 13:47:06 -08:00
Cameron
1bf01802d2 More GUI fixes. 2012-11-28 23:34:40 -08:00
Cameron
d892fb0a85 Admin GUI refinements 2012-11-26 14:41:32 -08:00
CaMer0n
546d930311 More HTML cleanup 2012-05-13 05:50:32 +00:00
e107steved
383b54d375 Correct LAN reference 2011-12-27 11:05:19 +00:00
CaMer0n
ab4dc250ec Cleaned up footer.php links. 2010-07-23 23:21:48 +00:00
secretr
3519194c81 EONE-62 (New Feature): User model builds proper user class list now;
Userclass administration UI problems fixed (hopefully);
2010-05-17 14:13:50 +00:00
secretr
67b4ed46cb EONE-20 (Bug): fixed delete userclass request problem, still not working - depend on EONE-24 2010-03-11 12:49:05 +00:00
secretr
143ce18d73 EONE-20 (Bug): UI improvement - scrollTo efect added when userclass tree is clicked 2010-03-11 12:09:41 +00:00
secretr
868ec3466e EONE-20 (Bug) 2010-03-11 11:56:23 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
c858fced9f Always log admin userclass edits 2010-02-07 19:42:07 +00:00
e107steved
feaeb58632 More comments, install logging, notice removal 2010-01-16 19:54:04 +00:00
bugrain
fb01599b92 Fix for undefined variable 2009-11-26 21:43:38 +00:00
CaMer0n
70fa5dbb71 Don't display userclass batch options unless userclasses have been defined. 2009-11-23 01:17:29 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
327d9c53f1 Prevent method name conflict and some notice removal. 2009-11-06 00:02:12 +00:00
secretr
18a4b9bfe9 Admin tools - column selector working everywhere again; improved UI - list/editQuery not needed anymore, queries are auto-generated, table JOIN support added (see comment manager), various improvement, still work in progress 2009-11-05 17:32:19 +00:00
CaMer0n
276fa19298 admin->userclass - display icon correctly now. 2009-11-05 12:26:44 +00:00
e107steved
fc9419038b Remove obsolete language handling in userclass dropdowns; possibly fix Ajax interface on userclass admin 2009-11-01 17:19:27 +00:00
CaMer0n
24ed49a86a admin->users and admin->userclass minor interface and code cleanup. 2009-10-21 07:31:07 +00:00
marj
201b7e20f1 Add include_lan() to admin pages 2009-08-28 16:11:02 +00:00
e107steved
6eafcda674 Get rid of legacy user_class class 2009-08-22 21:27:34 +00:00
CaMer0n
b7dac9cf59 Userclass name tweak 2009-08-04 15:04:18 +00:00
CaMer0n
48200bd524 admin->userclass gui standardization. 2009-08-03 18:04:19 +00:00
CaMer0n
6c09ae4aed small css fixes 2009-07-21 07:13:42 +00:00
CaMer0n
afcf85cd8e More Iconpicker and icon folder cleanup. 2009-07-16 08:15:35 +00:00
e107steved
19ae18ed94 Tidy up a few bits 2009-07-14 19:26:24 +00:00
e107steved
66f7b472bf Userclasses admin - fix a couple of things broken by other changes 2009-02-01 15:18:30 +00:00
secretr
3ea7e3c1f5 News administration - ready 2009-01-18 19:02:07 +00:00
secretr
c0615a85d7 minor admin area fixes (by steved) 2008-12-29 16:11:02 +00:00
e107steved
40418d08c9 Mods to userclass groups 2008-12-07 16:37:37 +00:00
secretr
9a4bb0e1b9 entity problem 2008-11-29 23:31:02 +00:00
e107steved
2ee32fcd9a Userclasses - add checks for duplicate names, caching for class tree, some checking for stupid values 2008-11-29 21:16:54 +00:00
secretr
f50a1f434d JS changes to fit the needs of userclass groups (added new response action ElementInvokeById) 2008-11-29 17:35:38 +00:00
e107steved
ef08ad6909 Start of adding userclass groups - still needs JS sorting 2008-11-27 22:07:36 +00:00
secretr
f72fed77e8 e107 JS API v1.0 pre-alpha: initial import + core implementations, header re-order 2008-11-09 20:31:10 +00:00
e107steved
5359d11628 Don't allow banned users to be added to user classes 2008-07-09 20:37:22 +00:00
e107steved
d11cb307b3 Bit more flexibility on userclasses 2008-03-23 10:11:17 +00:00
e107steved
44fd4ed8a7 userclass bug fixes 2008-02-16 12:03:27 +00:00
e107steved
796d57336a Disable debug code 2008-01-19 21:01:59 +00:00