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

155 Commits

Author SHA1 Message Date
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
8e7414a855 Some more code clean-up (global pointers, $this->e107->, etc.) 2013-03-24 19:54:31 +01:00
Moc
afe4b27cf2 Code clean-up (globals, $e107->, headers, $sql) 2013-03-24 18:59:18 +01:00
Cameron
452aa5d539 Minor calendar styling fixes 2013-03-08 20:10:13 -08:00
SteveD
c4d8df47c8 Issue #132 - handle timezones in calendar_menu 2013-03-06 20:30:14 +00:00
SteveD
bf990f2062 Issue #132 - missed one in previous commit 2013-03-05 22:07:02 +00:00
SteveD
4c9027b93f Issue #132 - timezone-related display problem in event listing 2013-03-05 21:36:25 +00:00
Tijn Kuyper
394d7dda82 Issue #125 - require_once cleanup 2013-03-04 18:55:01 +01:00
SteveD
950e3e35ea Issue #132 - fix title on calendar menu 2013-03-03 20:20:46 +00:00
SteveD
54c7b6f212 Issue #132 - change may assist, but not been able to replicate problem yet 2013-03-03 11:50:50 +00:00
SteveD
b3aaf01738 Event calendar updates from 1.0 2013-02-25 22:13:53 +00:00
Tijn Kuyper
2c82a08cd2 Typofix on previous commit 2013-02-20 14:13:13 +01:00
Tijn Kuyper
acdfb54c20 Event calendar plugin - code clean-up, message and LAN consistency. (#90, #6) 2013-02-20 14:03:44 +01:00
SteveD
c000634335 Reflect 1.x bug #5376 - handle servers not in UTC timezone 2013-02-17 10:43:21 +00:00
Tijn Kuyper
bc865d9790 Issue #90 - Event calendar plugin - WIP (also #6) 2013-02-05 20:42:16 +01:00
SteveD
903c3defff Make width of dropdown boxes for entry of hours/minutes more appropriate - should probably use a theme-specific class 2012-12-28 22:21:41 +00:00
SteveD
330a4ca3fb Update pdf plugin to use tcpdf V5.9.202. There's a lot that's new, so needs thorough testing. Plus new features we might make use of in some applications (e.g. QR-code generator). 2012-12-22 15:36:07 +00:00
Tijn Kuyper
9f3f37f3a1 GUI and backwards compatibility fixes 2012-12-22 11:42:16 +01:00
SteveD
3fb760da3f More work on front page management.
Event calendar should work with single point of entry code.
2012-12-16 18:52:46 +00:00
Cameron
bfe6e9075d More language-file cleanup and notes added. 2012-12-15 16:02:07 -08:00
SteveD
b411a35bcb Pick up and remedy failure to delete core prefs during move 2012-12-15 12:02:09 +00:00
SteveD
b74bf451d7 Remove globals 2012-12-15 11:43:48 +00:00
SteveD
cad45d4179 Event calendar - move prefs out of core, with update option. Fix a few things and generally tidy up. Needs attention from the theme experts in patches. 2012-12-13 22:26:37 +00: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
Tijn Kuyper
ac73da11fe More Event calendar admin GUI clean-up 2012-12-07 14:59:10 +01:00
Cameron
b42d87e6bf Added e107::pref() - Generic Pref-array retrieval for core, themes and plugins.
ie. $pref = e107::pref(); or $plugPref = e107::pref('gallery'); or $themePref = e107::pref('theme'); // currently installed theme.
2012-12-06 16:47:26 -08:00
Tijn Kuyper
1972441858 More event calendar GUI clean-up and #6 LAN improvement 2012-12-07 00:18:50 +01:00
Cameron
ebe66a5801 PHP Warning Removal 2012-12-06 14:53:58 -08:00
Tijn Kuyper
cb9af73de1 Event calendar GUI clean-up and fixed issue #43 2012-12-06 22:38:28 +01:00
Cameron
15c85a58ad plugin and theme .xml corrections 2012-12-05 19:27:59 -08:00
Cameron
97a0ada0cb Event hooks now allows for multiple form elements.
Also added $frm->renderHooks($data).
2012-11-30 20:47:26 -08:00
Cameron
0a8ec03ab4 DHTML Calendar removal and cleanup. 2012-11-24 11:07:00 -08:00
CaMer0n
deb537d8a3 Change to plugin.xml spec. 2012-08-22 02:45:32 +00:00
CaMer0n
9db1accd6d Added missing date attribute to plugin.xml files. 2012-07-24 00:42:17 +00:00
CaMer0n
f8b32d89ce Javascript work, HTML cleanup, iconpicker through media-manager. 2012-05-17 05:09:59 +00:00
e107steved
6a32ff7d66 Handle all day events 2012-02-28 20:51:11 +00:00
e107steved
8962c13f50 Update function calls where moved from e107_class.php to iphandler_class.php 2012-01-02 22:06:22 +00:00
e107steved
6f61a7f889 Add banlist retrigger handling 2011-12-30 16:09:10 +00:00
e107steved
58a63b8902 Missed a file from last commit 2011-03-24 21:40:46 +00:00
e107steved
13f51c79c3 Change shortcode handler so you can use a non-registered shortcode class or array, without the shortcodes getting registered, and without having to permit other registered shortcodes. Modify event calendar to use this method (gets rid of callScFunc() ) 2011-03-24 21:29:45 +00:00
e107steved
76db31ade1 Plugin SQL setup - 'TYPE'-->'ENGINE' for compatibility with recent MySQL 2011-03-11 18:58:39 +00:00
e107steved
ead6c518b1 Missing exit() 2010-11-03 22:29:28 +00:00
e107steved
9a1e36f517 Missed renaming a couple of variables 2010-05-06 21:30:21 +00:00
e107steved
a0ab852377 Allow theming of background when no category icon defined 2010-05-05 20:04:54 +00:00
e107steved
ab5742b84d Docs now go in wiki 2010-04-24 19:52:04 +00:00
e107steved
9ae8b60c0c Handle case where no category icon specified - thanks NowWhat 2010-03-02 22:35:52 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
30f715de6f Slight simplification of e_mailout handlers; improve documentation, a few fixes to recent fixes 2010-01-11 21:09:52 +00:00
CaMer0n
3c772dee49 More mailout fixes 2010-01-10 06:20:46 +00:00
CaMer0n
a21f57d361 Mailout bug fixes and ui cleanup 2010-01-10 03:56:28 +00:00