1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-18 11:29:45 +01:00

2708 Commits

Author SHA1 Message Date
e107steved
b27893c695 Missed file on last commit 2009-11-15 17:44:19 +00:00
e107steved
24b8dfd54f First cut of updated bulk mail handling, including support for provision of email addresses by plugins. Still very much a work in progress, but should send some sort of email if treated nicely. 2009-11-15 17:38:05 +00:00
secretr
1c660784d6 admin UI: default mode/action auto-detection (and various other ways to control them), moving code to lower level (allow reusability) - work in progress; possible future __autoload-ing fix 2009-11-14 14:52:26 +00:00
marj
50d5bda577 more comments 2009-11-14 04:28:04 +00:00
marj
1f1d0dc533 use fieldset 2009-11-14 04:26:07 +00:00
marj
f70d5b1c6e add a few info on the current state 2009-11-14 04:14:56 +00:00
CaMer0n
04b264fd07 Media Manager work.. 2009-11-14 04:13:11 +00:00
CaMer0n
578f45f0a7 Added TODO reminder about user prefs. 2009-11-14 04:05:35 +00:00
CaMer0n
545411d7f1 typo 2009-11-14 01:00:50 +00:00
CaMer0n
f2b9ff2db6 Remove debugging db. 2009-11-14 00:58:35 +00:00
CaMer0n
66cdfebf5a Remove debugging db. 2009-11-14 00:56:57 +00:00
secretr
19d531c0b5 typo 2009-11-13 14:45:00 +00:00
CaMer0n
c5ba72479f small fixes 2009-11-13 09:51:19 +00:00
CaMer0n
73e3e37f1e utf-8 conversion routine added to admin->db. Successfully tested with 0.7 tables in multiple languages with MySQL 5.1.34 2009-11-13 07:14:57 +00:00
bugrain
a3d0679217 Started to integrate upload options 2009-11-12 21:46:14 +00:00
marj
fbfacfd5c5 charset and badchars 2009-11-12 21:44:15 +00:00
marj
4cf1a98a81 add a few comments 2009-11-12 21:41:34 +00:00
secretr
54e4e7a46c admin UI: bugless Filter, everything should work fine now (with or without JS/Ajax); admin icons handler experiment; bugfixes; TODO list update 2009-11-12 16:55:50 +00:00
secretr
2357a64f36 e107 class: new methods templatePath and coreTemplatePath, getTemplate and getCoreTemplate should work now 2009-11-12 16:47:36 +00:00
secretr
7aa553ba24 Admin icon constants moved to template, theme overload is possible 2009-11-12 16:45:36 +00:00
secretr
70e7b9842c class2: remove ajax related data from QUERY_STRING 2009-11-12 16:43:44 +00:00
marj
9a715e8246 charset and badchars 2009-11-12 15:11:17 +00:00
marj
65ec3f6b2e charset and badchars 2009-11-12 15:01:36 +00:00
marj
8961f87175 charset and badchars 2009-11-12 14:37:13 +00:00
marj
806d025085 charset and badchars 2009-11-12 14:30:07 +00:00
marj
9675069129 fix DOCTYPE 2009-11-12 14:07:47 +00:00
CaMer0n
dd4c44487d More tweaks 2009-11-12 10:42:32 +00:00
CaMer0n
4a87276f12 Some cleanup 2009-11-12 09:09:37 +00:00
CaMer0n
d5ff425a49 Easy editing of administrator perms from admin->users. 2009-11-12 05:11:47 +00:00
CaMer0n
71f9e1be72 Added some TODO notes 2009-11-12 02:14:26 +00:00
CaMer0n
6b4a58674d minor gui cleanup 2009-11-12 02:09:03 +00:00
CaMer0n
2c9190de6b added "Make Admin" to 'Quick Add User" and cleaned up administrator routines. 2009-11-12 01:53:16 +00:00
secretr
f8b49748d5 admin UI: Filter Ajax autocomplete, filters are now executed via AJAX calls by default, needs cleanup (buggy in some cases); some more UI improvements 2009-11-11 20:57:34 +00:00
CaMer0n
217a2a2bd1 small fixes 2009-11-11 16:02:42 +00:00
CaMer0n
d7a0825cab Class working. Add friend filter. 2009-11-11 16:00:44 +00:00
CaMer0n
9c75f4766f start of function/class rewrite 2009-11-11 12:25:13 +00:00
secretr
f1ecf52e90 eMessage: more convenient way for adding messages (magic __call()) - all valid message types can be called as methods (success, warning, debug etc) 2009-11-11 12:13:57 +00:00
secretr
31e809282e jslib - disabled 304 header till I find out why it's crashing (almost) all major browsers. 2009-11-11 10:53:32 +00:00
CaMer0n
9465c5ad42 user extended, simple set and get alias methods added 2009-11-10 23:13:30 +00:00
secretr
890bd0db44 date convert: added generic string to timestamp converter (toTime()); admin UI: textareas autoexpand now available sitewide (back-end), multi table JOIN support, field (db table) aliases support, user auto-complete search should work fine now, example usage added on faqs administration 2009-11-10 19:13:07 +00:00
marj
735734ebf4 remember to fix is_executable()
not done yet
2009-11-10 15:33:00 +00:00
CaMer0n
adbeb3d932 More Fixes 2009-11-10 15:25:50 +00:00
CaMer0n
4dde18fbbe Remove need for extended field 2009-11-10 13:41:41 +00:00
CaMer0n
d7f52135ae Small changes before the big ones. 2009-11-10 12:46:43 +00:00
CaMer0n
523aa60153 fixes 2009-11-10 06:29:37 +00:00
CaMer0n
22c86d4319 Fixes 2009-11-10 06:28:19 +00:00
CaMer0n
17c590efd2 Add extra check for pid not found 2009-11-10 02:26:16 +00:00
CaMer0n
e55393412d pref fixes and some cleanup 2009-11-10 02:18:04 +00:00
CaMer0n
31d3d6b1be Tinymce perms fix 2009-11-10 01:21:05 +00:00
secretr
7edd4ba390 admin UI - introducing textarea auto-height, bugfixes, e-column trigger overall fix 2009-11-09 16:54:30 +00:00