1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-19 14:04:44 +01:00

76 Commits

Author SHA1 Message Date
Cameron
ce7d4ae66c List New Interface cleanup. 2016-02-08 12:08:13 -08:00
Cameron
706e79af1f Cron Test email function updated to use new mailing method. 2016-02-07 23:35:38 -08:00
Jimmi08
5750b91b91 Issue #1309. e_BASE."user.php" replaced with SEF URL. 2016-01-27 11:56:59 +01: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
Tijn Kuyper
efa345e8f2 Fixes #1130 - Hardcoded 'none' to LAN_NONE (#6) 2015-10-24 14:04:29 +02:00
Cameron
6b5d95388f Issue #6 Language-file standards. Wrap definitions in double-quotes. 2015-07-07 17:43:49 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
fbb0b63ae9 replaced calls to deprecated plugInstalled() with e107::isInstalled() 2015-02-07 13:38:29 -08:00
SecretR
379349ba3c List new preferences not saved issue fixed 2014-11-06 00:40:30 +02:00
Cameron
266fc14e06 Issue #606 - List new prefs. Quick fix. Conversion from old to new still needed. 2014-05-28 22:37:33 -07:00
Cameron
f3ae51e037 Added 'btn-default' to button for Bootstrap3 compatibility. 2014-02-07 07:33:33 -08:00
Cameron
4581b9986c Consolidate parsing classes into single file. 2013-05-20 17:10:38 -07:00
SteveD
fd92ea84ea Issue #209 - get rid of warning. May need different label to that chosen. 2013-05-04 09:07:04 +01:00
Cameron
e4d77a031a Issue #199 - untested, but should fix it. 2013-05-02 13:33:16 -07:00
STR82U
c512f2eab7 Update list_admin_class.php
changed "e1007" to "e107" - reported in forum
2013-05-02 06:29:13 -06:00
Cameron
66eb7c1be7 Button styling updated to Bootstrap 'btn' 2013-04-26 13:48:23 -07:00
Moc
209e884ab7 Fixes #151 - two more typo's causing errors (forum and list_new) 2013-03-29 00:03:36 +01:00
Moc
f65708cd5a Code clean-up (global pointers, $e107->, headers). Got rid of all $e107->this->sql and tp 2013-03-26 12:17:12 +01:00
Moc
2074ef8f37 Code clean-up (globals, $e107->, headers, $sql) 2013-03-25 18:48:48 +01:00
Moc
27ee8eccfa Minor fix to sitelinks in list_new plugin 2013-03-08 10:39:04 +01:00
Tijn Kuyper
9f3f37f3a1 GUI and backwards compatibility fixes 2012-12-22 11:42:16 +01:00
nlstart
12ef7e3f1c English_global files for list_new, faqs and import plugins 2012-12-19 21:15:16 +01:00
Tijn Kuyper
44210bf65d Plugin LAN clean-up (#50) 2012-12-19 11:04:06 +01:00
Cameron
87e225fc36 New language file types: English_global.php (for plugin.xml terms) and English_log.php (for admin-log terms). Auto-detected when present and loaded automatically when needed. 2012-12-12 18:46:34 -08:00
Cameron
15c85a58ad plugin and theme .xml corrections 2012-12-05 19:27:59 -08:00
Cameron
d20af73bc5 Introduction of e_navigation class to handle all links site-wide. Large-scale cleanup of global admin links, plugin links etc. 2012-12-03 01:40:47 -08:00
Cameron
e2c2c48511 GUI fixes for the list-new plugin. 2012-11-27 23:04:52 -08:00
CaMer0n
be9ac3694c More language-file / xml fixes. 2012-08-22 07:13:27 +00:00
CaMer0n
fb8421158d More plugin.xml fixes. 2012-08-22 03:38:38 +00:00
CaMer0n
9db1accd6d Added missing date attribute to plugin.xml files. 2012-07-24 00:42:17 +00:00
e107steved
e8de8930be Bugtracker #5230 - add profanity filter to list_new 2011-05-28 11:17:03 +00:00
e107steved
349d7ce640 Bugtracker #5189 possible fix - list_new_menu and list_recent_menu broken 2011-04-10 21:27:20 +00:00
e107steved
1c9bf89f33 Bugtracker #5122 - convert to entities in some areas for W3C compatibility 2011-02-27 11:25:04 +00:00
e107steved
5b9016c69f Notice removal 2010-11-01 22:10:42 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
caa16feb40 Documentation headers updated 2010-01-10 12:19:53 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
937125d6ee PHPdoc fix 2009-11-17 14:05:34 +00:00
CaMer0n
40ca30d8f2 more plugin_class work. xml spec now supports sitelink urls outside of the plugin folder (like in 0.7). Also some minor path fixes. 2009-10-22 04:14:45 +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
CaMer0n
8207b9bed4 Plugin.xml spec change. 2009-09-24 00:11:21 +00:00
CaMer0n
8534e7734e plugin.xml pref fixes and <folder> removal. 2009-09-21 22:14:45 +00:00
marj
9863e49cdb a bit of legacy BULLET code review 2009-08-23 10:57:51 +00:00
marj
3420b193ab Language selection simplification
switch to include_lan for the time being

work in progress
2009-08-15 11:55:30 +00:00
marj
0361f769d6 Remove a few inline styles 2009-07-25 07:54:36 +00:00
CaMer0n
3c67dabcb1 renamed get_function_name() changed to sc_function_name() for shortcode functions. Removing confusion with get_userdata, get_userclasses and other get_ functions built into PHP. 2009-07-21 07:10:25 +00:00
marj
8406900d32 XML compliance 2009-07-19 14:48:01 +00:00
marj
f104caa2a8 Review some encoding 2009-07-17 14:41:55 +00:00
CaMer0n
03a659e0ad Clearly label the core plugins 2009-07-14 03:50:56 +00:00
bugrain
78c7030698 Move list_new functionality for downloads in to download plugin 2009-05-04 19:57:48 +00:00