1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-01 11:12:35 +02:00

742 Commits

Author SHA1 Message Date
e107steved
19e5e2c8c0 Mail manager DB verification routine, Odd bits of tidying up 2009-11-23 21:06:00 +00:00
CaMer0n
5be363265f re-write of admin->links + some form-handler option fixes. 2009-11-23 11:51:02 +00:00
CaMer0n
510bda0f68 Fixed settings area in comment manager. 2009-11-23 04:03:40 +00:00
CaMer0n
70fa5dbb71 Don't display userclass batch options unless userclasses have been defined. 2009-11-23 01:17:29 +00:00
CaMer0n
89b6c2dc33 Multi-language db-verify fix. 2009-11-23 00:52:27 +00:00
CaMer0n
0048078c6e Some code cleanup. auto-redirection to previous admin page if log back in within 5 mins. 2009-11-22 14:10:09 +00:00
e107steved
2d270c5317 Fix one thing, break another - that's software! 2009-11-21 22:26:15 +00:00
e107steved
d1b9ae3e61 Fix to run plugin-based cron jobs from admin 2009-11-21 22:14:06 +00:00
e107steved
3d28c5a88b Support backticks in db checking, comments in db definition files, other minor tweaks 2009-11-20 22:23:02 +00:00
CaMer0n
2e635fd3b4 Various fixes. deprecated e_linkgen in favour of e_sitelink. Easy and dynamic creation of links. Some common functions added to make loading of e_xxx config() functions easier. 2009-11-20 05:01:51 +00:00
CaMer0n
c321774aa6 custompage work and some code cleanup 2009-11-19 12:36:22 +00:00
CaMer0n
b0522016cd 0.7 -> 0.8 upgrade fixes 2009-11-19 10:07:32 +00:00
CaMer0n
20e755569a revert the 'fix'. ;-) 2009-11-18 21:59:16 +00:00
e107steved
3694e494ab Signup - use new mailer. Plus a few details 2009-11-18 20:45:20 +00:00
secretr
1ad5400d0b admin UI: more improvements and bugfixes 2009-11-18 14:46:28 +00:00
CaMer0n
10effc2232 fixes 2009-11-18 10:16:50 +00:00
CaMer0n
06b2a7e711 typo fix 2009-11-18 10:05:53 +00:00
CaMer0n
61356f9067 MM work. 2009-11-18 09:53:39 +00:00
CaMer0n
af9235b29b fixes 2009-11-18 07:16:51 +00:00
marj
c8341dff2e Fix copyright info. 2009-11-18 02:07:15 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
CaMer0n
86868b7302 remove batch editing of type 2009-11-17 23:23:08 +00:00
e107steved
7c7616ff0f Scan plugin cron jobs as well 2009-11-17 20:47:13 +00:00
secretr
96114a36fb admin UI: more improvements and bugfixes 2009-11-17 15:23:01 +00:00
CaMer0n
eb8d492ead More small things 2009-11-17 13:12:43 +00:00
marj
363aa0ea4d more work on charset and badchars 2009-11-17 10:46:35 +00:00
marj
1ce125b5db Add TODO + charset and badchars 2009-11-17 10:35:34 +00:00
marj
07b233ea05 We need to fix this 2009-11-17 09:17:08 +00:00
CaMer0n
d1782cd2b2 e_cron loading fix. 2009-11-16 22:39:53 +00:00
e107steved
c188fd6430 Next mailer update 2009-11-16 20:40:39 +00:00
secretr
e7d600adf0 admin UI: moving code to lower level (allow reusability) - better batch handling (separate methods), before/after delete/edit/create custom event triggers (e_admin_ui only) 2009-11-15 20:24:55 +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
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
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
secretr
7aa553ba24 Admin icon constants moved to template, theme overload is possible 2009-11-12 16:45:36 +00:00
marj
806d025085 charset and badchars 2009-11-12 14:30:07 +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
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