1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00
Commit Graph

3291 Commits

Author SHA1 Message Date
marj
7d3cfef795 cleaned up some lan 2009-07-06 07:50:44 +00:00
CaMer0n
14c781b772 Theme Manager re-work. 2009-07-06 05:59:42 +00:00
CaMer0n
7723d9b836 admin->menus is now functioning correctly with theme.xml. Support for choosing the default layout and menuPresets is working. Still to do - storage of menu placement and custompages for each layout. 2009-07-05 11:57:40 +00:00
CaMer0n
14039f85e0 save_pref('user') updated to store as array (like core prefs). should be backwards compatible - but expecting a few things to break.
Infopanel now stores customization settings in user-pref.
Newspost table-listing customization now also saves in user-pref.
Some admin icon array clean-up.
user-theme saving doesn't work at time of testing. Rolled back class2 and problem existed before. (see note in class2.php line 1489)
2009-07-04 13:36:15 +00:00
CaMer0n
d884cd5f6d Added InfoPanel admin layout and Tabbed category Layout. 2009-07-04 03:08:03 +00:00
CaMer0n
4fb7a7c189 Dummy Filter example added. 2009-07-03 06:48:43 +00:00
CaMer0n
fc160ba9c1 Added simple 'field display' drop-down menu to admin -> news list. 2009-07-03 02:27:03 +00:00
e107steved
595291f1d0 Allow lots more userclasses. Fix table update part of update routine 2009-06-29 21:26:58 +00:00
CaMer0n
cd8d4b46b3 Purge "Unverified Older than 30 days" added. 2009-06-24 20:10:34 +00:00
e107steved
6aa6fd68b4 Various bug fixes, bug creations, tweaks and changes 2009-06-12 20:41:35 +00:00
e107steved
24d7565064 Always allow configuration of ban times/messages 2009-06-11 20:42:32 +00:00
e107steved
f6dc16a61b Get rid of some direct calls to mysql handler 2009-05-24 15:34:37 +00:00
secretr
ccf018359c newspost typo 2009-05-10 17:52:13 +00:00
secretr
6a70db6ca4 e_form 'selected' bug, newspost various markup fixes 2009-05-10 17:31:51 +00:00
e107steved
c5b338c6fc Bugtracker #4651 - news comment counting 2009-05-08 21:50:19 +00:00
bugrain
802a3f96fb Enable/disable comments bug fixed
Show author on list page
2009-05-06 20:40:16 +00:00
bugrain
13b5536360 Filepath typo fix 2009-05-03 19:13:32 +00:00
bugrain
b6110a2c46 Revert part of previous change, redisplay of userclass was incorrect 2009-04-29 21:46:16 +00:00
bugrain
49958c9f8a Fixed userclass issue 2009-04-29 20:55:33 +00:00
bugrain
7f77ded0ae Idea #1889 : Make site links in e107_admin/links.php clickable 2009-04-29 01:51:12 +00:00
CaMer0n
23e966b0a6 Xhtml fix 2009-04-28 00:06:17 +00:00
bugrain
18b9568dc5 fixed main admin permission bug 2009-04-27 21:23:37 +00:00
secretr
7886d83b86 not proper 'rel' attribute removed 2009-04-27 10:44:09 +00:00
secretr
e0ee6c455e quick fixed sql strict error (adduser action) 2009-04-27 10:42:14 +00:00
secretr
67809717cc fixed main admin permission bug 2009-04-27 08:11:04 +00:00
e107steved
031ac7b0d9 Bugtracker #4722 - link option visible to main admin only 2009-04-26 19:24:47 +00:00
e107steved
6fbed20965 Bugtracker #4681 - select comments for moderation properly 2009-04-16 20:50:49 +00:00
secretr
8eb176207d admin page titles allowed (user request - e107.org Ideas area) 2009-04-16 10:07:13 +00:00
e107steved
090b555d96 Bugtracker #4705 - extra slashes in news preview with MAGIC_QUOTES_GPG true and an image bbcode 2009-03-29 21:40:36 +00:00
e107steved
7274dbb153 Bugtracker #4695 - handle empty prfix in language table copy 2009-03-26 21:55:37 +00:00
e107steved
945b0aca1d Bugtracker #4703 - update date on custom page edit 2009-03-22 21:17:41 +00:00
CaMer0n
5f5dc41a42 Added clearer Login options and labels (LANS). username/password, email/password and username or email/password. 2009-03-06 20:09:08 +00:00
e107steved
746e4f4efc Enforce minimum length for passwords 2009-03-02 21:55:39 +00:00
e107steved
94c9ef368e Bugtracker #4683 - handle double quotes in mailout subject 2009-02-21 11:55:44 +00:00
e107steved
710525bbd1 Show headings in user list 2009-02-09 22:23:44 +00:00
e107steved
66f7b472bf Userclasses admin - fix a couple of things broken by other changes 2009-02-01 15:18:30 +00:00
lisa
c9b20b0cb5 search two level deep for menus but ignore the language directory 2009-01-27 12:00:56 +00:00
CaMer0n
55a991d5b7 Missed a couple of paths. 2009-01-26 08:19:44 +00:00
CaMer0n
4e01412b82 Updated to respect e_DOWNLOAD and e_NEWSIMAGE (see e107_class.php) 2009-01-26 08:01:05 +00:00
mcfly
6633e23f94 Added setScVar() function to shortcode handler, modified forum and news to use new function. More work on new level handler, implemented it in forum shortcodes. 2009-01-25 17:44:13 +00:00
bugrain
31794e5529 Fixed db_Fetch to pass MYSQL_NUM following mysql_class.php change (for list() calls) 2009-01-21 22:04:36 +00:00
secretr
4ec4f4fac7 e_form - full userclass support - select, checkbox lists, newspost updated to use them 2009-01-20 22:37:49 +00:00
secretr
6e530be155 News administration - prefs page updated to latest e_form:uc_select, minor fixes 2009-01-20 21:29:23 +00:00
e107steved
782275a0ea Add nested dropdowns 2009-01-18 20:31:14 +00:00
secretr
3ea7e3c1f5 News administration - ready 2009-01-18 19:02:07 +00:00
mcfly
a5828e4dcd User Ranks cache handling fixup 2009-01-18 16:47:41 +00:00
mcfly
9f6da45e70 User Ranks admin completed 2009-01-18 01:39:20 +00:00
secretr
6e35f903dd News administration - more improvements 2009-01-18 00:27:10 +00:00
secretr
edb059f894 News administration - done (without 'submitted news' page); ajax added on various places 2009-01-17 22:48:14 +00:00
mcfly
576195bb29 user ranks config getting closer 2009-01-17 03:27:17 +00:00