1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

167 Commits

Author SHA1 Message Date
Moc
db24f48c7c Moved calendar_menu notify LAN to Global 2013-09-16 12:46:02 +02:00
Moc
369304a81a Updated calendar_menu notify to v2 standards 2013-09-16 12:45:35 +02:00
Moc
496adc7571 Updated calendar_menu RSS feed to v2 standards 2013-09-12 19:55:15 +02:00
Cameron
64c50ea156 Added TODO note about new e_rss standard. See chatbox_menu/e_rss.php for an example of the v2 standard. 2013-09-11 11:43:09 -07:00
SteveD
a24bb07381 Time when editing event could be wrong. A few cosmetic improvements. 2013-06-23 18:13:25 +01:00
Cameron
22f63464df Correct author info. 2013-05-02 13:17:54 -07:00
Cameron
3741408163 Added missing tags to plugin.xml 2013-05-02 13:17:40 -07:00
Cameron
2f660b8bd0 Minor gui fixes and notice removal. 2013-04-26 21:50:01 -07:00
Cameron
66eb7c1be7 Button styling updated to Bootstrap 'btn' 2013-04-26 13:48:23 -07:00
SteveD
bd35409ca2 Event list - handle multiple events with same start time 2013-04-17 22:35:48 +01:00
SteveD
327292ddc8 Work on event calendar, including bringing 1.x and 2.x versions more in line 2013-04-11 20:52:17 +01:00
Moc
8e6d9ee772 Revert some incorrect clean-up changes on calender plugin 2013-04-04 09:32:14 +02: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
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