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

2050 Commits

Author SHA1 Message Date
CaMer0n
12fca5e138 theming options added 2009-08-14 15:57:45 +00:00
marj
01267852c3 Forgot <span> in <button> 2009-08-14 11:32:58 +00:00
marj
28253b98f4 Corrected a few details in comments 2009-08-14 11:27:12 +00:00
marj
49f095b98d Bugtracker #4781
Do not notify banned users
2009-08-11 17:25:48 +00:00
marj
551a386243 warning removal 2009-08-10 21:59:11 +00:00
CaMer0n
3363d4cad7 Xhtml and GUI cleanup 2009-08-10 20:51:59 +00:00
CaMer0n
f194fadfc7 Added 'Remove Userclass' to batch options. 2009-08-10 15:34:28 +00:00
marj
e8e9f033f9 use $slng for the time being 2009-08-09 08:39:27 +00:00
marj
56124ae083 missed a ctype_digit() 2009-08-09 07:03:51 +00:00
marj
aedb41af35 remove some extra spaces 2009-08-09 06:19:48 +00:00
marj
77e4edfb54 ctype_*() replacement 2009-08-08 23:09:08 +00:00
marj
c2de40c75b ctype_digit() replacement
work in progress
2009-08-08 14:14:39 +00:00
marj
6a3cb3456c details 2009-08-08 08:11:02 +00:00
marj
ffb7d5eab9 typo 2009-08-08 07:11:50 +00:00
CaMer0n
661ba6d878 sublinks shortcode added - sublinks can now be placed anywhere within a theme. 2009-08-07 14:09:54 +00:00
CaMer0n
f355b5c3aa More user-extended-fields clean-up 2009-08-07 13:47:35 +00:00
bugrain
6d87c01155 Basic no JavaScript support using CSS 2009-08-06 22:41:35 +00:00
secretr
7c0193b927 Notices removal, small fixes, TODO removed, getcachedvars fix 2009-08-06 22:39:36 +00:00
bugrain
2b5604ef4d Minor HTML layout changes 2009-08-06 22:36:17 +00:00
bugrain
083720f4d0 Include shortcode_handler.php 2009-08-06 22:34:59 +00:00
secretr
7834e775c1 Chatbox - typo fixed 2009-08-06 22:30:23 +00:00
CaMer0n
790a6dbeb5 reserve e_userinfo 2009-08-06 22:29:34 +00:00
CaMer0n
f81f085bd5 xhtml fixes 2009-08-06 22:27:47 +00:00
secretr
a92e381f7a Pref Handler: toDB replaced with preg_replace 2009-08-06 22:19:47 +00:00
CaMer0n
03585aa15d small gui changes 2009-08-06 21:26:48 +00:00
CaMer0n
7aceb3eb7c Adding checkboxes as an option for extended user fields - non-functional - work in progress. 2009-08-06 20:29:58 +00:00
CaMer0n
f58c4bfeb8 removed 'default' sorting from status column 2009-08-05 22:37:16 +00:00
CaMer0n
63a1a813af Rolled back, works again now. 2009-08-05 22:18:15 +00:00
CaMer0n
db4783d260 usersettings.php feels like admin now when editing a user's details. - nav menu added. 2009-08-05 22:03:23 +00:00
CaMer0n
206d6d7f97 Usersettings stays in admin area when editing a users details. - still need to add admin menu navigation 2009-08-05 21:47:18 +00:00
CaMer0n
eef711a95c Idea ID #1790 - different page title for each admin page. 2009-08-05 20:05:48 +00:00
secretr
dc29df7505 API CHANGES: number of functions moved to core_functions.php, Preferences check rewrite (meet new pref handler), $pref is deprecated now 2009-08-05 19:58:32 +00:00
secretr
99081a34e2 e107 class: minor improvements, getThemePref() method added 2009-08-05 19:56:48 +00:00
secretr
a81eb1801c New Core functions file 2009-08-05 19:53:47 +00:00
secretr
17d5a13895 Pref Handler/e_model class: Test passed, Final initial version 2009-08-05 19:53:05 +00:00
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
CaMer0n
25baea76c0 getperms() can now check for multiple perms at once eg. getperms("5|J"); 2009-08-05 14:18:09 +00:00
CaMer0n
50d1693199 Fixed usersetting.php url when editing a user from admin. 2009-08-05 14:16:57 +00:00
marj
17dc2b77c6 Language selection simplification
typo

work in progress
2009-08-05 06:30:24 +00:00
secretr
4530a3c399 Pref Handler/e_model class: More work, simplifying things, PHPUnit Test Case - broken, work in progress 2009-08-04 16:30:48 +00:00
CaMer0n
b7dac9cf59 Userclass name tweak 2009-08-04 15:04:18 +00:00
CaMer0n
5ebd168620 Userclass exclusion added to default drop-down menu. 2009-08-04 14:36:56 +00:00
marj
96cdd31536 Language selection simplification
work in progress
2009-08-03 21:54:28 +00:00
marj
5e093d018e Language selection simplification
Bug #4325 fixed
USERLAN deprecated
Bug #3485 possible fix
work in progress
2009-08-03 21:12:45 +00:00
marj
3969281f30 remove unexpected point and some obtrusive JS 2009-08-03 20:17:12 +00:00
marj
307bb302a9 change config.php to usertheme_menu_config.php 2009-08-03 20:11:00 +00:00
e107steved
6fd74cf67e Start of class-based exclusion 2009-08-03 19:51:24 +00:00