1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-07 15:51:18 +01:00

9 Commits

Author SHA1 Message Date
Cameron
52f4e2f346 Issue #2146 - Removed leftover error_reporting() calls. 2016-12-22 11:14:07 -08:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
marj
7f59d57972 use .php extension 2009-11-17 09:25:55 +00:00
CaMer0n
f7d22f782b rsd stuff 2009-10-30 13:14:52 +00:00
iad2003
513dc49f33 2nd release :)
- added easy configuration with wordpress like schema + wlwmanifest.php file do describe admin url page, comments  management page and directly edit of post from WLW
- added mt_keywords aka tags for news
- implemented new function getTags (although not really usefull :) )
2009-10-26 16:13:33 +00:00
CaMer0n
ad2fe2e6f6 Some tweaks 2009-10-24 13:00:31 +00:00
iad2003
39a5c7bd23 Initial version, tested all current functions (new post, edit post, delete post, new page, edit page, delete page, new category)
update insert, update e delete db code for 0.8
new field: mt_text_more (news_extended)
new field: mt_excerpt (news_summary)
new field: mt_allow_comments (news_allow_comments)
new field: wp_password (page_password)
some code polishing
2009-10-23 14:53:26 +00:00
CaMer0n
8415a49036 Moved xmlrpc class to handlers as it's used by multiple plugins. removed deprecated forum_management.php file. 2009-10-20 21:02:09 +00:00
CaMer0n
5656cce43d More plugin-class tweaks, Support for {plugin}_setup.php file added. TinyMce default settings added after install. plugin.xml spec modified for language files and management. 2009-10-20 03:49:28 +00:00