1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-11 18:14:10 +01:00

510 Commits

Author SHA1 Message Date
CaMer0n
09be59c9d8 admin/userclass.php and admin/userinfo.php now included in admin/users.php. deprecated files and their language files removed. 2009-08-05 16:02:09 +00:00
CaMer0n
78707765b9 Administrator rights "Oversee news categories" and "Moderate submitted news" can now reach admin/newspost.php 2009-08-05 14:35:47 +00:00
CaMer0n
a7e312c388 Split custom-menus and custom-pages into separate sub-pages, and added separate administrator perms for each. 2009-08-05 14:22:15 +00:00
CaMer0n
6b07315b2f Admin nav links and menus were not checking for perms properly before rendering. fixed. 2009-08-05 14:20:41 +00:00
marj
17dc2b77c6 Language selection simplification
typo

work in progress
2009-08-05 06:30:24 +00:00
CaMer0n
b7dac9cf59 Userclass name tweak 2009-08-04 15:04:18 +00:00
marj
493db815df Language selection simplification
work in progress
2009-08-03 18:36:24 +00:00
CaMer0n
48200bd524 admin->userclass gui standardization. 2009-08-03 18:04:19 +00:00
CaMer0n
14d3755d1d small css fix 2009-08-03 16:43:46 +00:00
CaMer0n
00a0516de2 Refined the basic filtering and searching of admin->users. 2009-08-03 16:40:09 +00:00
marj
9413fbe823 typo 2009-07-31 20:09:14 +00:00
marj
0361f769d6 Remove a few inline styles 2009-07-25 07:54:36 +00:00
e107steved
77a6633612 Bugtracker #4770 - allow all classes for menu/cpage visibility 2009-07-24 19:18:56 +00:00
CaMer0n
f48cdb5e39 some 'new db' removal 2009-07-23 15:21:41 +00:00
CaMer0n
88620a7370 InfoPanel changes- removed tabs. 2009-07-23 10:46:11 +00:00
marj
c8e8cd6b42 0.6 legacy code removal 2009-07-23 08:14:55 +00:00
secretr
9448c8b65e leftover debug cleaned 2009-07-23 08:01:48 +00:00
CaMer0n
6fcf86cea6 More work on admin->user batch processing. Userclass adding/removing completed. Also removed reliance on admin/userclass.php 2009-07-23 06:55:39 +00:00
CaMer0n
c4282123b0 Batch user changes, partially done.. 2009-07-22 17:04:59 +00:00
marj
1eec0f7196 CSS typos 2009-07-22 12:00:51 +00:00
CaMer0n
fadba975c2 theme.xml now uses perm='everyone' etc. for menu presets - now consistent with plugin.xml. 2009-07-21 07:41:54 +00:00
CaMer0n
6c09ae4aed small css fixes 2009-07-21 07:13:42 +00:00
marj
051d0666b3 few XHTML compliance 2009-07-19 14:59:06 +00:00
marj
5e462df2c7 CHARSET deprecated 2009-07-19 11:44:30 +00:00
marj
b37f8df961 language cleanup 2009-07-18 15:14:38 +00:00
marj
07fa97d39c Bugtracker #4707 - fla.php doesn't work in a multilingual site 2009-07-18 13:08:37 +00:00
marj
037e91cfee Load admin phrases ASAP 2009-07-18 10:17:56 +00:00
CaMer0n
037ae9fd1a Added checkbox to theme upload form, to set as sitetheme once uploaded. 2009-07-18 03:41:49 +00:00
CaMer0n
ae1d9b14ba Fixed the catch22 bugrain ;-) admin theme icons should be defined in admin_theme.php and not admin_template.php 2009-07-17 23:23:36 +00:00
CaMer0n
9ab872b199 More icon cleanup, also reworked the $frm->thead function to automatically generate sorting-links based on a query-pattern. (ie. no need to enter urls into the field array) 2009-07-17 07:53:13 +00:00
CaMer0n
659d272865 Added missing _32 icons to admin_images, added some more admin theming options for icons to header.php and added a test to the _blank admin theme. 2009-07-17 03:53:14 +00:00
CaMer0n
3e75e6352f Added new iconpicker where appropriate. Some fixes in replaceConstant() and css/layout tweaks in admin->downloads 2009-07-17 02:28:49 +00:00
bugrain
f82158dce9 * Added two new defines for Warning and Info icons 2009-07-16 23:09:40 +00:00
CaMer0n
afcf85cd8e More Iconpicker and icon folder cleanup. 2009-07-16 08:15:35 +00:00
CaMer0n
5f1933c3fa Separated admin/menu.php into a separate class. Added instant menuPreset activation in theme-manager plus other small gui enhances. Added iconpool - work in progress.
Iconpool: installed plugins containing png files in their image folder with a *_16, *_32, *_48 etc name ending will automatically be added to the iconpool. This central pool will be available in all areas of admin where we choose icons. eg. download category, links, event-calendar, links-page etc etc.
2009-07-16 02:55:19 +00:00
CaMer0n
7ba29517c9 Temporary (semi-trans) icons added for credits and system-info. 2009-07-15 09:50:05 +00:00
CaMer0n
8a680030c3 Some notice removal, css cleanup and an alternate admin style-sheet added for testing purposes. (test png transparency) - see _blank 2009-07-15 09:38:00 +00:00
e107steved
19ae18ed94 Tidy up a few bits 2009-07-14 19:26:24 +00:00
marj
461b9326cf Default to jayya,
remove old themes
2009-07-14 12:19:40 +00:00
CaMer0n
3368ac6104 TinyMce changes. - no longer need to declare the ID of the textarea element. Just include the class e-wysiwyg. eg. <textarea class='e-wysiwyg tbox' ..... /> 2009-07-14 11:05:54 +00:00
CaMer0n
364967b9c5 Theme manager can now install theme-recommended plugins without leaving the page. Notice removal. theme.xml spec modified slightly, to allow themers to provide links to external URLs of 'required' plugins. 2009-07-14 03:18:17 +00:00
CaMer0n
0ef3c5d7cf $emessage now loaded by default in admin. 2009-07-14 03:16:16 +00:00
marj
54166bd487 Use charset and related ASAP 2009-07-13 10:17:41 +00:00
CaMer0n
39ace34c24 Bugifx with multiple installs at once.. 2009-07-13 09:31:19 +00:00
CaMer0n
28f2146f1e More Menu-Manager Enhancements. - easier to find those menu-config pages now. 2009-07-12 10:11:35 +00:00
CaMer0n
8fa5d97fde Finally the debugger shows only what it's meant to and no longer creates Xhtml errors in some cases. 2009-07-12 02:29:24 +00:00
CaMer0n
c776655611 More menu-manager enhancements and fixes. 2009-07-11 01:48:40 +00:00
CaMer0n
637b352b13 Minor Bug fix. 2009-07-10 14:58:17 +00:00
CaMer0n
801fcd9309 Menu Manager - huge cleanup - almost a rewrite. Also added experimental option for drag and drop - needs testing and refining. 2009-07-10 14:27:31 +00:00
CaMer0n
62d5c8b49c Some CSS standardization. 2009-07-10 14:25:23 +00:00