/[drupal]/contributions/modules/event/event.module
ViewVC logotype

Log of /contributions/modules/event/event.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.405 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 5 00:34:15 2009 UTC (4 months, 3 weeks ago) by killes
Branch: MAIN
CVS Tags: HEAD
Changes since 1.404: +5 -3 lines
Diff to previous 1.404
#440670, fix issues with timezones which affected ical

Revision 1.348.2.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 16:53:58 2009 UTC (4 months, 4 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.19: +2 -1 lines
Diff to previous 1.348.2.19 , to branch point 1.348 , to next main 1.405
#395952, include ical.inc

Revision 1.404 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 5 20:39:03 2009 UTC (5 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.403: +2 -2 lines
Diff to previous 1.403
allow separate 'upcoming' blocks for all event types

Revision 1.348.2.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 18:13:08 2009 UTC (8 months, 1 week ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.18: +2 -2 lines
Diff to previous 1.348.2.18 , to branch point 1.348
#370078, change two invocations of hook_link to use  = TRUE, patch by jcnventura

Revision 1.403 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 18:12:20 2009 UTC (8 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.402: +2 -2 lines
Diff to previous 1.402
#370078, change two invocations of hook_link to use  = TRUE, revert one again

Revision 1.402 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 15 18:06:46 2009 UTC (8 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.401: +3 -3 lines
Diff to previous 1.401
#370078, change two invocations of hook_link to use  = TRUE

Revision 1.401 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 00:21:19 2009 UTC (9 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.400: +3 -4 lines
Diff to previous 1.400
remove debug output and fix bug in event_strip_time

Revision 1.400 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 23:54:03 2008 UTC (10 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.399: +21 -1 lines
Diff to previous 1.399
add function to look up timezones by name

Revision 1.399 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 25 16:20:35 2008 UTC (11 months ago) by killes
Branch: MAIN
Changes since 1.398: +11 -8 lines
Diff to previous 1.398
change list formatting of events to use template file, also format hours/minutes/seconds correctly, #350761 by dturover

Revision 1.398 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 16:27:42 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.397: +2 -2 lines
Diff to previous 1.397
#290785, change menu type to suggested item for 'event'

Revision 1.348.2.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 15:49:30 2008 UTC (11 months, 3 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.17: +3 -3 lines
Diff to previous 1.348.2.17 , to branch point 1.348
#326775, don't lose the duration when filtering, patch (modified) by erikwebb

Revision 1.397 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 15:48:08 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.396: +3 -3 lines
Diff to previous 1.396
#326775, don't lose the duration when filtering, patch (modified) by erikwebb

Revision 1.396 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 14:40:10 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.395: +11 -1 lines
Diff to previous 1.395
rework date/time display to not show time if no time specified and to chow formatted time

Revision 1.395 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 13:43:17 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.394: +32 -2 lines
Diff to previous 1.394
#293553, do not validate event end date if none given, also fixes #338312, patch by gengel, with changes by myself

Revision 1.394 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 1 07:09:35 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.393: +39 -2 lines
Diff to previous 1.393
add new template file for node/n

Revision 1.393 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 23:13:05 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.392: +2 -1 lines
Diff to previous 1.392
#338025, jQuery functionallity to date/time element, patch by claudiu.cristea

Revision 1.348.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 22:29:09 2008 UTC (11 months, 3 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.16: +2 -2 lines
Diff to previous 1.348.2.16 , to branch point 1.348
#327858, Incorrect day of the week -- november 1st 2008 is not a friday, patch by Shiny

Revision 1.392 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 30 22:28:20 2008 UTC (11 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.391: +2 -2 lines
Diff to previous 1.391
#327858, Incorrect day of the week -- november 1st 2008 is not a friday, patch by Shiny

Revision 1.348.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 18:52:11 2008 UTC (12 months ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.15: +2 -2 lines
Diff to previous 1.348.2.15 , to branch point 1.348
#328295, follow up, join parameter still ignored, patch by dww

Revision 1.391 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 25 18:49:55 2008 UTC (12 months ago) by killes
Branch: MAIN
Changes since 1.390: +2 -2 lines
Diff to previous 1.390
#328295, follow up, join parameter still ignored, patch by dww

Revision 1.348.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 23 00:08:30 2008 UTC (12 months ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.14: +3 -3 lines
Diff to previous 1.348.2.14 , to branch point 1.348
#249448, fix am/pm issue

Revision 1.390 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 22 22:32:05 2008 UTC (12 months ago) by killes
Branch: MAIN
Changes since 1.389: +3 -3 lines
Diff to previous 1.389
#256197, fix issue with tokens, patch by claudiu.cristea

Revision 1.348.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 12:06:12 2008 UTC (12 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.13: +2 -2 lines
Diff to previous 1.348.2.13 , to branch point 1.348
#328295, event_join ignored argument, patch by dww

Revision 1.389 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 11 12:05:26 2008 UTC (12 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.388: +2 -2 lines
Diff to previous 1.388
#328295, event_join ignored argument, patch by dww

Revision 1.348.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 01:33:10 2008 UTC (12 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.12: +2 -2 lines
Diff to previous 1.348.2.12 , to branch point 1.348
do a full nodeapi (view) for events displayed in a calendar

Revision 1.388 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 01:06:01 2008 UTC (12 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.387: +2 -2 lines
Diff to previous 1.387
do a fill nodeapi (view) for events displayed in a calendar

Revision 1.387 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 6 23:36:35 2008 UTC (12 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.386: +7 -1 lines
Diff to previous 1.386
#289960, add blind navigation in case of no further/prior events, patch by emmajane and myself

Revision 1.348.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 20:04:25 2008 UTC (12 months, 4 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.11: +3 -3 lines
Diff to previous 1.348.2.11 , to branch point 1.348
#307467, use correct output format

Revision 1.386 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 19:49:15 2008 UTC (12 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.385: +3 -3 lines
Diff to previous 1.385
#307467, use correct output format

Revision 1.385 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 26 18:32:41 2008 UTC (12 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.384: +6 -6 lines
Diff to previous 1.384
#284799, respect core setting WRT start of week

Revision 1.384 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 19:57:00 2008 UTC (13 months ago) by killes
Branch: MAIN
Changes since 1.383: +7 -7 lines
Diff to previous 1.383
#159151, fix case of onchange to onChange to make W3C happy. Patch by dturover

Revision 1.348.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 19:51:47 2008 UTC (13 months ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.10: +3 -3 lines
Diff to previous 1.348.2.10 , to branch point 1.348
#299547, patch by dturover, fix order of rss and ical events

Revision 1.383 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 25 19:50:07 2008 UTC (13 months ago) by killes
Branch: MAIN
Changes since 1.382: +3 -3 lines
Diff to previous 1.382
#299547, patch by dturover, fix order of rss and ical events

Revision 1.382 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 21 11:10:58 2008 UTC (13 months ago) by killes
Branch: MAIN
Changes since 1.381: +17 -1 lines
Diff to previous 1.381
#323564, patch by lyricnz, Event module hacks {users} but does not update schema

Revision 1.381 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 23:40:22 2008 UTC (14 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.380: +28 -10 lines
Diff to previous 1.380
#267018, by wdrout  and smccabe, fix issues with 12 h display

Revision 1.348.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 19 22:22:12 2008 UTC (15 months ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.9: +6 -2 lines
Diff to previous 1.348.2.9 , to branch point 1.348
fix for rss feed and some ical issue by bwynants, #276449

Revision 1.380 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 22:12:17 2008 UTC (16 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.379: +3 -14 lines
Diff to previous 1.379
remove buggy allday code

Revision 1.379 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 30 21:09:05 2008 UTC (16 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.378: +5 -8 lines
Diff to previous 1.378
fix next/prev links

Revision 1.378 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 29 20:52:30 2008 UTC (16 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.377: +32 -4 lines
Diff to previous 1.377
fix ical export

Revision 1.377 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 01:44:16 2008 UTC (17 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.376: +2 -2 lines
Diff to previous 1.376
bugfix: another notice on submit

Revision 1.376 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 15 01:40:47 2008 UTC (17 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.375: +4 -2 lines
Diff to previous 1.375
bugfix: notice on submit

Revision 1.375 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 14 14:17:35 2008 UTC (17 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.374: +2 -2 lines
Diff to previous 1.374
#257115, nonsensical error message

Revision 1.374 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 14 13:10:46 2008 UTC (17 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.373: +2 -2 lines
Diff to previous 1.373
bugfix: notice on login

Revision 1.348.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 21:47:05 2008 UTC (18 months, 1 week ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.8: +2 -2 lines
Diff to previous 1.348.2.8 , to branch point 1.348
#256901, by KarenS, Zonelist missing dst zones

Revision 1.373 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 17 21:44:26 2008 UTC (18 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.372: +2 -14 lines
Diff to previous 1.372
slight simplification

Revision 1.372 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 9 14:36:53 2008 UTC (18 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.371: +1 -2 lines
Diff to previous 1.371
#251435, left over var_dump

Revision 1.371 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 23:03:21 2008 UTC (18 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.370: +3 -4 lines
Diff to previous 1.370
#256197, fix totally borken token hook. Why did I commit this?

Revision 1.348.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 22:53:51 2008 UTC (18 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.7: +5 -1 lines
Diff to previous 1.348.2.7 , to branch point 1.348
#256255, fix missing events when they end at an earlier hour than they start

Revision 1.370 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 8 22:53:36 2008 UTC (18 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.369: +6 -1 lines
Diff to previous 1.369
#256255, fix missing events when they end at an earlier hour than they start

Revision 1.348.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 20:45:01 2008 UTC (18 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.6: +2 -2 lines
Diff to previous 1.348.2.6 , to branch point 1.348
#214356, borken RSS feeds

Revision 1.369 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 09:31:34 2008 UTC (18 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.368: +5 -5 lines
Diff to previous 1.368
#255583, fix DST for South Eastern Australia + Tasmania, patch my macgirvin

Revision 1.348.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 7 09:31:15 2008 UTC (18 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.5: +5 -5 lines
Diff to previous 1.348.2.5 , to branch point 1.348
#255583, fix DST for South Eastern Australia + Tasmania, patch my macgirvin

Revision 1.368 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 6 21:43:32 2008 UTC (18 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.367: +8 -21 lines
Diff to previous 1.367
fixing ical Link

Revision 1.367 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 16:48:57 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.366: +2 -1 lines
Diff to previous 1.366
making the am/pm selector show up

Revision 1.348.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 14:14:27 2008 UTC (18 months, 3 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.4: +4 -2 lines
Diff to previous 1.348.2.4 , to branch point 1.348
previous commit introduced a nasty error

Revision 1.366 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 14:13:28 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.365: +4 -2 lines
Diff to previous 1.365
previous commit introduced a nasty error

Revision 1.348.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 13:36:59 2008 UTC (18 months, 3 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.3: +10 -1 lines
Diff to previous 1.348.2.3 , to branch point 1.348
#216055, month calendar navigation sometimes advances an extra month

Revision 1.365 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 13:35:32 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.364: +10 -1 lines
Diff to previous 1.364
#216055, month calendar navigation sometimes advances an extra month

Revision 1.364 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 08:07:21 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.363: +4 -4 lines
Diff to previous 1.363
#246732, fixing rss feeds

Revision 1.363 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 22:49:01 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.362: +1 -3 lines
Diff to previous 1.362
remove debugging output

Revision 1.362 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 14:03:58 2008 UTC (18 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.361: +2 -1 lines
Diff to previous 1.361
#252347, event form wasnt loaded

Revision 1.361 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 23:48:48 2008 UTC (18 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.360: +8 -86 lines
Diff to previous 1.360
improved formatting for date fields and cleanup

Revision 1.360 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 20:33:06 2008 UTC (18 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.359: +1 -17 lines
Diff to previous 1.359
move theme_event to event.theme

Revision 1.359 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 20:26:56 2008 UTC (18 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.358: +211 -152 lines
Diff to previous 1.358
rewrote form-handling code in order to be more in line with core

Revision 1.358 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 14:42:03 2008 UTC (18 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.357: +65 -117 lines
Diff to previous 1.357
remove references to jscalendar, need to look for another pop-up calendar solution

Revision 1.357 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 27 14:35:22 2008 UTC (18 months, 4 weeks ago) by killes
Branch: MAIN
Changes since 1.356: +7 -2 lines
Diff to previous 1.356
#248052, events dates were removed by updates on admin/content/node

Revision 1.356 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 19:56:05 2008 UTC (19 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.355: +2 -2 lines
Diff to previous 1.355
#244808, only display time zone selector once

Revision 1.348.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 15 19:55:44 2008 UTC (19 months, 1 week ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.2: +2 -2 lines
Diff to previous 1.348.2.2 , to branch point 1.348
#244808, only display time zone selector once

Revision 1.355 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 11 22:20:47 2008 UTC (19 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.354: +2 -1 lines
Diff to previous 1.354
#223685, make sure the preprocess functions are defined when the theme cache is rebuilt

Revision 1.354 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 08:24:41 2008 UTC (19 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.353: +29 -25 lines
Diff to previous 1.353
translation fixes, theming fixes

Revision 1.353 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 13:57:51 2008 UTC (20 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.352: +13 -10 lines
Diff to previous 1.352
fixing #220855, wrong display of 29. Feb 2008

Revision 1.348.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 10 13:57:33 2008 UTC (20 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348.2.1: +2 -5 lines
Diff to previous 1.348.2.1 , to branch point 1.348
fixing #220855, wrong display of 29. Feb 2008

Revision 1.352 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 21:50:13 2008 UTC (21 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.351: +5 -2 lines
Diff to previous 1.351
added a first template

Revision 1.348.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 17:06:52 2008 UTC (21 months, 2 weeks ago) by killes
Branch: DRUPAL-5--2
Changes since 1.348: +2 -2 lines
Diff to previous 1.348
#197418, patch by Morbus Iff

Revision 1.351 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 17:06:13 2008 UTC (21 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.350: +2 -2 lines
Diff to previous 1.350
#197418, patch by Morbus Iff

Revision 1.350 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 12 01:06:32 2008 UTC (22 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.349: +8 -2 lines
Diff to previous 1.349
move node type settings into their own fieldset, people won't find them otherwise.

Revision 1.349 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 14:13:31 2008 UTC (22 months, 2 weeks ago) by killes
Branch: MAIN
Changes since 1.348: +440 -334 lines
Diff to previous 1.348
#200693, GHOP#93 port event module to D6, patch by Placinta and fwalch

Revision 1.348 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 1 23:37:57 2008 UTC (22 months, 3 weeks ago) by killes
Branch: MAIN
Branch point for: DRUPAL-5--2
Changes since 1.347: +4 -1 lines
Diff to previous 1.347
add performance variable

Revision 1.347 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 1 22:39:36 2008 UTC (22 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.346: +14 -1 lines
Diff to previous 1.346
add a function to check for correctnes of date strings

Revision 1.346 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 20 20:25:34 2007 UTC (23 months ago) by killes
Branch: MAIN
Changes since 1.345: +28 -28 lines
Diff to previous 1.345
#200693, coding style cleanup, patch by Placinta

Revision 1.345 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 18 09:47:04 2007 UTC (23 months, 1 week ago) by killes
Branch: MAIN
Changes since 1.344: +13 -13 lines
Diff to previous 1.344
adding some issets to the validation function in case somebody messes with the form

Revision 1.344 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 16:55:43 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.343: +2 -2 lines
Diff to previous 1.343
bugfix: links to 'solo' calendars was broken

Revision 1.343 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 14:38:48 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.342: +44 -15 lines
Diff to previous 1.342
new feature: upcoming blocks per 'solo' event type. The main block only shows the events configured to show up everywhere

Revision 1.342 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 01:17:00 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.341: +21 -11 lines
Diff to previous 1.341
split upcoming block up into two functions

Revision 1.341 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 3 00:12:04 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.340: +82 -55 lines
Diff to previous 1.340
support for private calendars

Revision 1.340 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 2 10:24:45 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.339: +2 -2 lines
Diff to previous 1.339
Display single digit dates single digit, related to #153121

Revision 1.339 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 1 01:44:25 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.338: +4 -4 lines
Diff to previous 1.338
#153121, fixing wrong links if we have one-digit dates

Revision 1.338 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 20:39:38 2007 UTC (23 months, 3 weeks ago) by killes
Branch: MAIN
Changes since 1.337: +38 -1 lines
Diff to previous 1.337
#167561, support for token module

Revision 1.337 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 11 22:18:42 2007 UTC (2 years ago) by killes
Branch: MAIN
Changes since 1.336: +4 -4 lines
Diff to previous 1.336
#190672, add calls to event_include_files

Revision 1.336 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 09:18:52 2007 UTC (2 years ago) by killes
Branch: MAIN
Changes since 1.335: +1 -0 lines
Diff to previous 1.335
modify how inclusion for css and other files works, bugfix #2

Revision 1.335 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 09:05:45 2007 UTC (2 years ago) by killes
Branch: MAIN
Changes since 1.334: +4 -4 lines
Diff to previous 1.334
modify how inclusion for css and other files works, bugfix

Revision 1.334 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 23:43:00 2007 UTC (2 years ago) by killes
Branch: MAIN
Changes since 1.333: +21 -7 lines
Diff to previous 1.333
modify how inclusion for css and other files works

Revision 1.333 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 7 23:33:40 2007 UTC (2 years ago) by killes
Branch: MAIN
Changes since 1.332: +1 -9 lines
Diff to previous 1.332
remove cruft

Revision 1.332 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 15:36:57 2007 UTC (2 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.331: +14 -9 lines
Diff to previous 1.331
#172240, wrong day count in upcoming events block, patch by bkat

Revision 1.331 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 16:30:51 2007 UTC (2 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.330: +2 -2 lines
Diff to previous 1.330
don't display ical tab if not usable

Revision 1.330 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 29 16:00:32 2007 UTC (2 years, 2 months ago) by killes
Branch: MAIN
Changes since 1.329: +3 -3 lines
Diff to previous 1.329
fixing #171460, ical export broken

Revision 1.329 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 9 11:47:47 2007 UTC (2 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.328: +43 -18 lines
Diff to previous 1.328
add all day and has end time functionality

Revision 1.328 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 24 21:58:42 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.327: +65 -1 lines
Diff to previous 1.327
adding simple query builder functions to be used by other modules

Revision 1.327 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 13 08:13:20 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.326: +2 -2 lines
Diff to previous 1.326
change default ordering

Revision 1.215.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 14:54:59 2007 UTC (2 years, 4 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.15: +2 -2 lines
Diff to previous 1.215.2.15 , to branch point 1.215 , to next main 1.405
#158333, broken rss feed if unclean urls, by JirkaRybka

Revision 1.326 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 14:54:36 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.325: +2 -2 lines
Diff to previous 1.325
#158333, broken rss feed if unclean urls, by JirkaRybka

Revision 1.325 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 12 14:04:10 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.324: +6 -8 lines
Diff to previous 1.324
#157337, unsupported operand types on line 1927

Revision 1.324 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 11:30:37 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.323: +2 -1 lines
Diff to previous 1.323
add constant for event api version

Revision 1.323 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 6 10:53:52 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.322: +61 -52 lines
Diff to previous 1.322
update for recent query update

Revision 1.322 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 16:20:00 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.321: +19 -7 lines
Diff to previous 1.321
fixed node previews

Revision 1.321 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 29 14:11:53 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.320: +12 -32 lines
Diff to previous 1.320
cleaned up nodeapi('submit') and moved stuff from 'insert' there

Revision 1.320 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 20:28:15 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.319: +65 -28 lines
Diff to previous 1.319
use FAPI #validate instead of nodeapi 'validate' for form validation, patch by Alexis Bellido

Revision 1.319 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 28 13:21:53 2007 UTC (2 years, 4 months ago) by killes
Branch: MAIN
Changes since 1.318: +2 -2 lines
Diff to previous 1.318
replacing one gmmktime by strtotime

Revision 1.318 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 21:56:04 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.317: +5 -5 lines
Diff to previous 1.317
bugfix, cast input params for gmmktime to ints

Revision 1.317 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 22 21:07:22 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.316: +2 -2 lines
Diff to previous 1.316
bugfix in user edit page

Revision 1.316 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 18 16:33:06 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.315: +4 -1 lines
Diff to previous 1.315
adding t format parameter option to event_format_date

Revision 1.315 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 11 17:51:48 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.314: +7 -7 lines
Diff to previous 1.314
fixing upcoming events block again, date_parse is soooo stupid

Revision 1.314 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 11 15:01:37 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.313: +57 -28 lines
Diff to previous 1.313
a lot os small work, reformatting, extending some functions for use by eventrepeat

Revision 1.215.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 8 12:31:53 2007 UTC (2 years, 5 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.14: +7 -2 lines
Diff to previous 1.215.2.14 , to branch point 1.215
#145313, fixed RSS feed in case location module is installed

Revision 1.215.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 18:36:55 2007 UTC (2 years, 5 months ago) by killes
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.215.2.13: +6 -5 lines
Diff to previous 1.215.2.13 , to branch point 1.215
*** empty log message ***

Revision 1.313 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 18:27:30 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.312: +2 -6 lines
Diff to previous 1.312
#143542, Improving RSS feeds, by Skiquel

Revision 1.215.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 18:27:13 2007 UTC (2 years, 5 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.12: +2 -6 lines
Diff to previous 1.215.2.12 , to branch point 1.215
#143542, Improving RSS feeds, by Skiquel

Revision 1.312 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 18:06:11 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.311: +4 -4 lines
Diff to previous 1.311
some bug fixes in previous commit

Revision 1.311 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 17:36:21 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.310: +44 -5 lines
Diff to previous 1.310
add cron hook, cron will update users' and site timezone settings when DST changes

Revision 1.310 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 14:36:20 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.309: +7 -2 lines
Diff to previous 1.309
make timezone delection depend on DST

Revision 1.309 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 14:23:47 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.308: +2 -2 lines
Diff to previous 1.308
revert one unintented commit from commit 307

Revision 1.308 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 13:27:42 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.307: +2 -2 lines
Diff to previous 1.307
parse error

Revision 1.307 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 4 13:20:18 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.306: +14 -10 lines
Diff to previous 1.306
#147803, am/pm fixes when time = 12:00

Revision 1.306 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 16:11:01 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.305: +13 -3 lines
Diff to previous 1.305
#147422, trying to address this issue

Revision 1.305 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 16:26:45 2007 UTC (2 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.304: +28 -25 lines
Diff to previous 1.304
further changes and bugfixes

Revision 1.304 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 27 21:06:24 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.303: +4 -5 lines
Diff to previous 1.303
#147085, month view off by one day

Revision 1.303 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 26 12:12:50 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.302: +11 -54 lines
Diff to previous 1.302
put db specific queries into db specific files

Revision 1.302 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 26 11:33:37 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.301: +4 -3 lines
Diff to previous 1.301
even more pgsql fixes by Steven Severinghaus

Revision 1.301 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 21:24:43 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.300: +8 -8 lines
Diff to previous 1.300
pgsql fixes by Steven, also tentative fix for #121756

Revision 1.300 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 16:26:34 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.299: +2874 -29 lines
Diff to previous 1.299
fixing foobared commit

Revision 1.299 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 20:41:01 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.298: +29 -2852 lines
Diff to previous 1.298
bugfix: fix mini calendar block

Revision 1.298 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 18:44:00 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.297: +1 -1 lines
Diff to previous 1.297
bugfix: display 'now' in upcoming events block

Revision 1.297 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 18:30:30 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.296: +4 -4 lines
Diff to previous 1.296
bugfix: Made jscalendar input work again

Revision 1.296 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 16:24:41 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.295: +2 -3 lines
Diff to previous 1.295
remove debug statement

Revision 1.295 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 16:19:23 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.294: +22 -25 lines
Diff to previous 1.294
fix upcoming events block, requires mysql 4.1.1 still brokjen for pgsql

Revision 1.294 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 24 11:26:22 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.293: +7 -1 lines
Diff to previous 1.293
#145513, added check for system timezone

Revision 1.293 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 22 12:32:17 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.292: +3 -7 lines
Diff to previous 1.292
make event block work with many events, some compat issues with eventrepeat resolved

Revision 1.292 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 14 17:52:02 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.291: +43 -20 lines
Diff to previous 1.291
some updtes from the weekend

Revision 1.291 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 21:10:44 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.290: +3 -3 lines
Diff to previous 1.290
bugfix

Revision 1.290 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 15:09:29 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.289: +8 -4 lines
Diff to previous 1.289
bugfix

Revision 1.289 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 14:58:02 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.288: +13 -8 lines
Diff to previous 1.288
bugfix

Revision 1.288 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 14:46:23 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.287: +13 -13 lines
Diff to previous 1.287
bugfix

Revision 1.287 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 14:31:00 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.286: +2 -1 lines
Diff to previous 1.286
bugfix

Revision 1.286 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 11:40:17 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.285: +4 -4 lines
Diff to previous 1.285
only allow numerial input values

Revision 1.285 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 11:29:28 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.284: +3 -3 lines
Diff to previous 1.284
bugfix

Revision 1.284 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 11:13:24 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.283: +2 -2 lines
Diff to previous 1.283
bugfix

Revision 1.283 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 11:10:33 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.282: +2 -2 lines
Diff to previous 1.282
bugfix

Revision 1.282 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 11:06:23 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.281: +2 -3 lines
Diff to previous 1.281
bugfix

Revision 1.281 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 10:55:17 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.280: +29 -9 lines
Diff to previous 1.280
better integration for all day events

Revision 1.280 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 10:35:13 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.279: +5 -5 lines
Diff to previous 1.279
bugfix

Revision 1.279 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 10:32:51 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.278: +5 -5 lines
Diff to previous 1.278
bugfix

Revision 1.278 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 10:04:51 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.277: +4 -4 lines
Diff to previous 1.277
bugfix

Revision 1.277 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 09:55:01 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.276: +4 -4 lines
Diff to previous 1.276
bugfix

Revision 1.276 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 15:54:16 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.275: +26 -13 lines
Diff to previous 1.275
bugfix

Revision 1.275 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 15:04:06 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.274: +6 -6 lines
Diff to previous 1.274
bugfix

Revision 1.274 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 14:53:27 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.273: +7 -8 lines
Diff to previous 1.273
bugfix

Revision 1.273 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 14:35:16 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.272: +2 -2 lines
Diff to previous 1.272
bugfix

Revision 1.272 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 14:13:45 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.271: +15 -2 lines
Diff to previous 1.271
bugfix

Revision 1.271 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 14:03:38 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.270: +3 -2 lines
Diff to previous 1.270
bufix

Revision 1.270 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 9 13:52:10 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.269: +9 -45 lines
Diff to previous 1.269
bufix

Revision 1.269 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 23:17:39 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.268: +54 -5 lines
Diff to previous 1.268
#138211, nother patch for pgsql compatibility from HorsePunchKid

Revision 1.268 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 22:29:51 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.267: +14 -6 lines
Diff to previous 1.267
allow sending date strings to event_format_date

Revision 1.267 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 14:59:58 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.266: +3 -3 lines
Diff to previous 1.266
bugfix

Revision 1.266 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 14:53:49 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.265: +4 -5 lines
Diff to previous 1.265
bugfix

Revision 1.265 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 13:23:40 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.264: +2 -2 lines
Diff to previous 1.264
bugfix

Revision 1.264 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 8 11:26:16 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.263: +3 -196 lines
Diff to previous 1.263
removing event_get_calendar, no contrib module was using it

Revision 1.263 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 17:27:54 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.262: +5 -5 lines
Diff to previous 1.262
bugfix

Revision 1.262 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 16:03:57 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.261: +20 -4 lines
Diff to previous 1.261
ical converted

Revision 1.261 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 13:38:28 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.260: +3 -2 lines
Diff to previous 1.260
fix upcomign events block to use db_query_range

Revision 1.260 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 13:17:08 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.259: +10 -2 lines
Diff to previous 1.259
#138211, support for pgsql by HorsePunchKid and sammys

Revision 1.259 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 7 13:05:54 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.258: +31 -16 lines
Diff to previous 1.258
abstracted database layer some more to help with pgsql integration

Revision 1.258 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 15:15:25 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.257: +8 -8 lines
Diff to previous 1.257
#140664, bugs in event_format_date, patch by HorsePunchKid

Revision 1.257 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 21:46:38 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.256: +1 -2 lines
Diff to previous 1.256
more fixes

Revision 1.256 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 21:45:17 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.255: +5 -41 lines
Diff to previous 1.255
more fixes

Revision 1.215.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 19:45:52 2007 UTC (2 years, 6 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.11: +2 -2 lines
Diff to previous 1.215.2.11 , to branch point 1.215
#128523, replace > by >=, < by <= in sql query

Revision 1.255 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 2 17:31:32 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.254: +38 -4 lines
Diff to previous 1.254
#133108, fixing Israeli DST times

Revision 1.215.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 21:42:54 2007 UTC (2 years, 6 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.10: +2 -2 lines
Diff to previous 1.215.2.10 , to branch point 1.215
#129574, translation issue, by bwynants

Revision 1.254 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 1 21:06:45 2007 UTC (2 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.253: +2 -2 lines
Diff to previous 1.253
#140339, noticed by bradbanister

Revision 1.253 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 18:00:58 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.252: +37 -19 lines
Diff to previous 1.252
fixed table display

Revision 1.252 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 20 14:32:23 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.251: +39 -40 lines
Diff to previous 1.251
fixed sidebar calendar block

Revision 1.251 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 18:24:44 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.250: +1 -3 lines
Diff to previous 1.250
remove debug info

Revision 1.250 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 18:16:59 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.249: +6 -5 lines
Diff to previous 1.249
fix navigation

Revision 1.249 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 18:03:52 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.248: +5 -3 lines
Diff to previous 1.248
fix week headers

Revision 1.248 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 17:50:13 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.247: +127 -79 lines
Diff to previous 1.247
more fixes

Revision 1.247 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:33:49 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.246: +5 -1 lines
Diff to previous 1.246
bugfix

Revision 1.246 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:25:01 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.245: +14 -12 lines
Diff to previous 1.245
bugfix

Revision 1.245 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:20:03 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.244: +34 -33 lines
Diff to previous 1.244
bugfix

Revision 1.244 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 20:12:08 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.243: +28 -25 lines
Diff to previous 1.243
bugfix

Revision 1.243 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 19:49:46 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.242: +3 -3 lines
Diff to previous 1.242
bugfix

Revision 1.242 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 19:46:42 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.241: +137 -122 lines
Diff to previous 1.241
calendar fixes

Revision 1.241 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 14:36:18 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.240: +17 -14 lines
Diff to previous 1.240
more fixes, translation of dates and fixes to the calendars

Revision 1.240 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 13:55:56 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.239: +46 -42 lines
Diff to previous 1.239
more fixes for jscalendar

Revision 1.239 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 12:24:19 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.238: +14 -6 lines
Diff to previous 1.238
fixed edit form for jscalendar

Revision 1.238 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 12:12:26 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.237: +32 -21 lines
Diff to previous 1.237
fixed edit form

Revision 1.237 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 11:24:59 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.236: +91 -4 lines
Diff to previous 1.236
bugfixes

Revision 1.236 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 00:40:23 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.235: +2 -2 lines
Diff to previous 1.235
a little bit less broken

Revision 1.235 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 4 00:24:16 2007 UTC (2 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.234: +628 -125 lines
Diff to previous 1.234
still very broken, but the foundations are laid

Revision 1.183.2.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 3 21:35:13 2007 UTC (2 years, 7 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.16: +3 -3 lines
Diff to previous 1.183.2.16 , to branch point 1.183 , to next main 1.405
adding a few checks

Revision 1.215.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 3 21:34:02 2007 UTC (2 years, 7 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.9: +3 -3 lines
Diff to previous 1.215.2.9 , to branch point 1.215
adding a few checks

Revision 1.215.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 2 14:19:45 2007 UTC (2 years, 7 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.8: +4 -4 lines
Diff to previous 1.215.2.8 , to branch point 1.215
docs fixes

Revision 1.215.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 29 21:23:18 2007 UTC (2 years, 7 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.7: +95 -74 lines
Diff to previous 1.215.2.7 , to branch point 1.215
backport from HEAD

Revision 1.234 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 27 06:48:03 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.233: +15 -15 lines
Diff to previous 1.233
some code style fixes

Revision 1.233 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 26 18:14:45 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.232: +29 -4 lines
Diff to previous 1.232
#43272, patch by ahoeben and snufkin, ajaxified event calendar block.

Revision 1.232 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 19:51:46 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.231: +10 -13 lines
Diff to previous 1.231
adding class for event block

Revision 1.231 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 25 19:40:21 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.230: +23 -23 lines
Diff to previous 1.230
moving 'settings' from 'content' to 'settings', detabification

Revision 1.215.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 08:58:53 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.6: +2 -2 lines
Diff to previous 1.215.2.6 , to branch point 1.215
#117326, reverted

Revision 1.183.2.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 08:57:41 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.15: +2 -2 lines
Diff to previous 1.183.2.15 , to branch point 1.183
#117326, reverted

Revision 1.230 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 23 08:57:07 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.229: +2 -2 lines
Diff to previous 1.229
#117326, reverted

Revision 1.229 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 13:09:06 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.228: +2 -1 lines
Diff to previous 1.228
replaced flexinode specific stuff by node_get_types

Revision 1.228 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 13:04:31 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.227: +33 -35 lines
Diff to previous 1.227
#83798, Do not show finished events in the upcoming events block, patch by David Lesieur, already in 4.7

Revision 1.227 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 12:03:06 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.226: +2 -2 lines
Diff to previous 1.226
remove 'moderate' bit

Revision 1.183.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 11:51:41 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.14: +4 -4 lines
Diff to previous 1.183.2.14 , to branch point 1.183
#118760,  Event state clash in month view in PHP5, modified patch from umonkey

Revision 1.226 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 11:51:18 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.225: +4 -4 lines
Diff to previous 1.225
#118760,  Event state clash in month view in PHP5, modified patch from umonkey

Revision 1.215.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 23:01:35 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.5: +43 -44 lines
Diff to previous 1.215.2.5 , to branch point 1.215
backport from head

Revision 1.225 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 22:53:44 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.224: +2 -2 lines
Diff to previous 1.224
#117326, ampm confusion when using JScalendar, patch by Horsepunchkid

Revision 1.183.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 16:32:33 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.13: +4 -4 lines
Diff to previous 1.183.2.13 , to branch point 1.183
#57589, modeartion check missing, patch by pwolanin

Revision 1.183.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 16:30:08 2007 UTC (2 years, 8 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.12: +40 -36 lines
Diff to previous 1.183.2.12 , to branch point 1.183
#100886, Event + jsCalendar time error, part 2, patch by Crell

Revision 1.224 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 16:29:31 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.223: +4 -1 lines
Diff to previous 1.223
#100886, Event + jsCalendar time error, part 2, patch by Crell

Revision 1.223 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 15:07:39 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.222: +27 -28 lines
Diff to previous 1.222
#125085, third patch, better themability, patch by mikesmullin

Revision 1.222 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 15:02:17 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.221: +5 -14 lines
Diff to previous 1.221
#125085, second patch, better themability, patch by mikesmullin

Revision 1.221 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 19 15:00:22 2007 UTC (2 years, 8 months ago) by killes
Branch: MAIN
Changes since 1.220: +24 -18 lines
Diff to previous 1.220
#125085, first patch, better themability, patch by mikesmullin

Revision 1.220 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 11:23:38 2007 UTC (2 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.219: +4 -4 lines
Diff to previous 1.219
#110614, by Darren Oh

Revision 1.215.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 14 11:22:45 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.4: +4 -4 lines
Diff to previous 1.215.2.4 , to branch point 1.215
#110614, by Darren Oh

Revision 1.219 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 10:21:38 2007 UTC (2 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.218: +5 -6 lines
Diff to previous 1.218
fixing filtering by event type or terms

Revision 1.215.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 10:21:03 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.3: +5 -6 lines
Diff to previous 1.215.2.3 , to branch point 1.215
fixing filtering by event type or terms

Revision 1.218 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 09:46:48 2007 UTC (2 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.217: +3 -3 lines
Diff to previous 1.217
fixing filtering by event type

Revision 1.215.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 9 09:46:05 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.2: +3 -3 lines
Diff to previous 1.215.2.2 , to branch point 1.215
fixing filtering by event type

Revision 1.217 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 11:23:59 2007 UTC (2 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.216: +2 -2 lines
Diff to previous 1.216
#81650, fix problem with calendar view, patch by shouchen

Revision 1.215.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 11:23:44 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215.2.1: +2 -2 lines
Diff to previous 1.215.2.1 , to branch point 1.215
#81650, fix problem with calendar view, patch by shouchen

Revision 1.183.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 31 11:23:24 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.11: +2 -2 lines
Diff to previous 1.183.2.11 , to branch point 1.183
#81650, fix problem with calendar view, patch by shouchen

Revision 1.215.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 01:44:08 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-5
Changes since 1.215: +2 -2 lines
Diff to previous 1.215
#110523, s/m/n/

Revision 1.183.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 01:43:42 2007 UTC (2 years, 9 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.10: +2 -2 lines
Diff to previous 1.183.2.10 , to branch point 1.183
#110523, s/m/n/

Revision 1.216 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 28 01:42:59 2007 UTC (2 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.215: +4 -4 lines
Diff to previous 1.215
#110523, s/m/n/

Revision 1.215 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 17 20:36:47 2006 UTC (2 years, 11 months ago) by killes
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.214: +187 -137 lines
Diff to previous 1.214
#103122, make module Drupal 5 compatible, patch by hunmonk

Revision 1.214 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 11:02:54 2006 UTC (3 years ago) by killes
Branch: MAIN
Changes since 1.213: +13 -13 lines
Diff to previous 1.213
#92540, event - hook_link update for 5.0, patch by dikini

Revision 1.213 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 08:53:57 2006 UTC (3 years ago) by killes
Branch: MAIN
Changes since 1.212: +2 -2 lines
Diff to previous 1.212
#71055, fix 12 housr preference, patch by Moxide

Revision 1.183.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 14 08:53:04 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.9: +2 -2 lines
Diff to previous 1.183.2.9 , to branch point 1.183
#71055, fix time notation preference, patch by Moxide

Revision 1.183.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 13 23:53:14 2006 UTC (3 years ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.8: +6 -13 lines
Diff to previous 1.183.2.8 , to branch point 1.183
#64193, backport from HEAD

Revision 1.212 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 14 01:07:15 2006 UTC (3 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.211: +6 -13 lines
Diff to previous 1.211
#64193, better formatting for start/end date, patch by m3avrck

Revision 1.183.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 20:00:03 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.7: +3 -3 lines
Diff to previous 1.183.2.7 , to branch point 1.183
#74939, patch by RobRoy, make sure filter format is honoured by teaser.

Revision 1.211 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 23 19:58:37 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.210: +3 -3 lines
Diff to previous 1.210
#74939, patch by RobRoy, make sure filter format is honoured by teaser.

Revision 1.183.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 22 14:27:25 2006 UTC (3 years, 3 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.6: +13 -9 lines
Diff to previous 1.183.2.6 , to branch point 1.183
backport of various bugfixes and some new feature.

Revision 1.210 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 16 05:08:43 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.209: +8 -1 lines
Diff to previous 1.209
#9766, add link to rss feed, patch by RobRoy

Revision 1.209 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 29 23:02:26 2006 UTC (3 years, 3 months ago) by killes
Branch: MAIN
Changes since 1.208: +8 -3 lines
Diff to previous 1.208
#76194, remove settings hook, patch by omar.

Revision 1.208 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 19:33:14 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.207: +3 -3 lines
Diff to previous 1.207
#65430, minutes in event start time is always wrong with jscalendar installed, patch by wpd

Revision 1.207 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 8 10:08:09 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.206: +4 -7 lines
Diff to previous 1.206
#66694, CCK & Flexinode Support, patch by retool2, some modifications.

Revision 1.206 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 29 18:31:49 2006 UTC (3 years, 5 months ago) by killes
Branch: MAIN
Changes since 1.205: +16 -6 lines
Diff to previous 1.205
reverting icon change due to licensing conflicts

Revision 1.96.2.7
Sun May 28 08:53:44 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-5
Changes since 1.96.2.6: +1 -1 lines
FILE REMOVED
not supported anymore

Revision 1.205 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 28 00:59:20 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.204: +8 -8 lines
Diff to previous 1.204
#40720, patch by eafarris, link hook returns structured links.

Revision 1.183.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 13:54:07 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.5: +3 -3 lines
Diff to previous 1.183.2.5 , to branch point 1.183
backport from head

Revision 1.204 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 13:53:34 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.203: +3 -3 lines
Diff to previous 1.203
#48401, fixing patch

Revision 1.183.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 13:35:07 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.4: +123 -77 lines
Diff to previous 1.183.2.4 , to branch point 1.183
nackport from HEAD

Revision 1.203 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 13:31:58 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.202: +70 -20 lines
Diff to previous 1.202
#63257, Countdown is wrong in upcoming events block

Revision 1.202 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 21 10:04:46 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.201: +4 -4 lines
Diff to previous 1.201
#64701

Revision 1.201 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 08:49:06 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.200: +2 -2 lines
Diff to previous 1.200
#52114, patch: event_render_day_single not passing all params to event_calendar_data, patch by starbow

Revision 1.122.2.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 08:48:12 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.26: +2 -2 lines
Diff to previous 1.122.2.26 , to branch point 1.122 , to next main 1.405
#52114

Revision 1.200 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 08:38:33 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.199: +10 -5 lines
Diff to previous 1.199
Don't include event_timezones.inc on all pages.

Revision 1.199 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 08:07:01 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.198: +42 -51 lines
Diff to previous 1.198
#40720, Clean up event_link(), path by drewish

Revision 1.198 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 20 07:54:45 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.197: +2 -2 lines
Diff to previous 1.197
#63740, Add last modification date to the node's info for theming purpose, patch by Shiva Thomas

Revision 1.197 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 19 19:25:52 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.196: +3 -3 lines
Diff to previous 1.196
fixing #52481,

Revision 1.183.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 11 08:28:27 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.3: +2 -2 lines
Diff to previous 1.183.2.3 , to branch point 1.183
http://drupal.org/node/52883#comment-96957

Revision 1.196 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 11 08:27:52 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.195: +2 -2 lines
Diff to previous 1.195
http://drupal.org/node/52883#comment-96957

Revision 1.183.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 20:55:21 2006 UTC (3 years, 6 months ago) by killes
Branch: DRUPAL-4-7
Changes since 1.183.2.2: +103 -38 lines
Diff to previous 1.183.2.2 , to branch point 1.183
backport from HEAD

Revision 1.195 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 8 20:40:55 2006 UTC (3 years, 6 months ago) by killes
Branch: MAIN
Changes since 1.194: +25 -24 lines
Diff to previous 1.194
#62484, patch by webchick, $nid object not reset in event_get_calendar

Revision 1.194 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 00:37:22 2006 UTC (3 years, 7 months ago) by killes
Branch: MAIN
Changes since 1.193: +79 -15 lines
Diff to previous 1.193
some reformatting of arrays

Revision 1.183.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 28 03:28:33 2006 UTC (3 years, 8 months ago) by weitzman
Branch: DRUPAL-4-7
Changes since 1.183.2.1: +68 -52 lines
Diff to previous 1.183.2.1 , to branch point 1.183
sync with HEAD. with permission from killes

Revision 1.193 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 28 02:58:57 2006 UTC (3 years, 8 months ago) by weitzman
Branch: MAIN
Changes since 1.192: +2 -2 lines
Diff to previous 1.192
always use theme_add_style() to bring in a stylesheet. don't use theme('stylesheet_import') or else you break  feature

Revision 1.122.2.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 20:41:24 2006 UTC (3 years, 9 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.25: +4 -4 lines
Diff to previous 1.122.2.25 , to branch point 1.122
#49429, fixing mysql5 issue, patch by starbow

Revision 1.192 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 24 20:40:10 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.191: +4 -4 lines
Diff to previous 1.191
#49429, ix mysql5 issue, patch by starbow

Revision 1.191 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 21 11:39:12 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.190: +4 -2 lines
Diff to previous 1.190
bugfix by Tobias Maier, #49277

Revision 1.190 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 14:31:06 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.189: +2 -7 lines
Diff to previous 1.189
load css and js only when needed, patch by Tobias Maier, #49277

Revision 1.189 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 00:54:32 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.188: +55 -35 lines
Diff to previous 1.188
clean up event date form, patch by drewish

Revision 1.188 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 16 00:04:05 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.187: +4 -4 lines
Diff to previous 1.187
install file by Tobias Maier, removed theme(page)

Revision 1.187 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 5 18:22:59 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.186: +5 -5 lines
Diff to previous 1.186
simplified node_load syntax

Revision 1.186 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 2 09:53:01 2006 UTC (3 years, 9 months ago) by killes
Branch: MAIN
Changes since 1.185: +3 -3 lines
Diff to previous 1.185
#47538, fix some notices, patch by wtanaka

Revision 1.185 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 18 02:56:17 2006 UTC (3 years, 10 months ago) by killes
Branch: MAIN
Changes since 1.184: +1 -2 lines
Diff to previous 1.184
#41165

Revision 1.183.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 9 05:45:27 2006 UTC (3 years, 10 months ago) by weitzman
Branch: DRUPAL-4-7
Changes since 1.183: +4 -14 lines
Diff to previous 1.183
modernize the addition of javascript and stylesheet includes

Revision 1.184 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 9 05:18:35 2006 UTC (3 years, 10 months ago) by weitzman
Branch: MAIN
Changes since 1.183: +4 -14 lines
Diff to previous 1.183
modernize the addition of the stylesheet and javascript

Revision 1.183 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 13 00:19:51 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.182: +6 -8 lines
Diff to previous 1.182
http://drupal.org/node/40107, some more fixes.

Revision 1.182 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 13 00:08:41 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.181: +85 -81 lines
Diff to previous 1.181
http://drupal.org/node/40107, hook_nodeapi -> form_alter, patch by drewish and Waldemar

Revision 1.181 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 9 17:32:22 2005 UTC (3 years, 11 months ago) by drumm
Branch: MAIN
Changes since 1.180: +47 -43 lines
Diff to previous 1.180
hook_nodeapi('form', ...) -> hook_form_alter()

Revision 1.180 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 7 01:35:41 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.179: +88 -23 lines
Diff to previous 1.179
improved code comments by drewish, http://drupal.org/node/40217

Revision 1.179 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 7 00:01:42 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.178: +47 -13 lines
Diff to previous 1.178
added #31533, Export individual events to ical, patch by walkah.

Revision 1.178 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 03:09:24 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.177: +8 -4 lines
Diff to previous 1.177
http://drupal.org/node/38687, some windows bug.

Revision 1.122.2.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 03:08:25 2005 UTC (3 years, 11 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.24: +10 -6 lines
Diff to previous 1.122.2.24 , to branch point 1.122
http://drupal.org/node/38687, some windows bug.

Revision 1.177 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 02:58:09 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.176: +4 -4 lines
Diff to previous 1.176
http://drupal.org/node/39948, tz info didn't get saved

Revision 1.176 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 00:13:19 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.175: +2 -2 lines
Diff to previous 1.175
http://drupal.org/node/39939, pgsql fix

Revision 1.122.2.24 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 5 00:12:54 2005 UTC (3 years, 11 months ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.23: +2 -2 lines
Diff to previous 1.122.2.23 , to branch point 1.122
 http://drupal.org/node/39939, pgsql fix

Revision 1.175 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 4 01:06:14 2005 UTC (3 years, 11 months ago) by killes
Branch: MAIN
Changes since 1.174: +2 -2 lines
Diff to previous 1.174
#39845,  Fix two unclosed divs, patch be Drumm.

Revision 1.174 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 30 17:43:15 2005 UTC (3 years, 11 months ago) by webchick
Branch: MAIN
Changes since 1.173: +16 -36 lines
Diff to previous 1.173
Committing admin help from Drupal handbook

Revision 1.173 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 28 09:55:04 2005 UTC (3 years, 11 months ago) by crunchywelch
Branch: MAIN
Changes since 1.172: +9 -3 lines
Diff to previous 1.172
http://drupal.org/node/38064

Revision 1.172 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 28 09:42:00 2005 UTC (3 years, 11 months ago) by crunchywelch
Branch: MAIN
Changes since 1.171: +1 -6 lines
Diff to previous 1.171
http://drupal.org/node/38151

Revision 1.171 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 28 09:37:32 2005 UTC (3 years, 11 months ago) by crunchywelch
Branch: MAIN
Changes since 1.170: +8 -11 lines
Diff to previous 1.170
http://drupal.org/node/38136

Revision 1.170 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 28 09:32:34 2005 UTC (3 years, 11 months ago) by crunchywelch
Branch: MAIN
Changes since 1.169: +2 -2 lines
Diff to previous 1.169
make end date display below start date on node form

Revision 1.169 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 28 09:16:41 2005 UTC (3 years, 11 months ago) by crunchywelch
Branch: MAIN
Changes since 1.168: +15 -6 lines
Diff to previous 1.168
nodeapi settings moved to form_alter in 4.7

Revision 1.168 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 15 02:17:18 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.167: +13 -4 lines
Diff to previous 1.167
shift $module parameter for rendering nodes in event_get_calendar function to check for callback in originating module, instead of passing $module to the theme function. Its better, trust me.

Revision 1.167 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 18:54:01 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.166: +4 -1 lines
Diff to previous 1.166
add no upcoming event block message: http://drupal.org/node/35783

Revision 1.166 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 14 18:38:20 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.165: +67 -59 lines
Diff to previous 1.165
remove event_node_info to stop fake event type from being listed on node/add, only check once for event enabled node in _nodeapi, fix field prefix bugin event_validate_form_date which caused null dates to be entered for new nodes

Revision 1.165 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 5 20:54:15 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.164: +7 -3 lines
Diff to previous 1.164
fixing http://drupal.org/node/31193, event_validate_form_date() was broken.

Revision 1.164 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 2 17:58:06 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.163: +13 -13 lines
Diff to previous 1.163
fixing settings screen, #36037

Revision 1.163 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 2 17:25:27 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.162: +3 -2 lines
Diff to previous 1.162
fixing http://drupal.org/node/36024, Show in event calendar" form isn't appearing in admin/settings/content-types/*

Revision 1.162 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 1 17:19:07 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.161: +9 -6 lines
Diff to previous 1.161
forms API patches by drewish.

Revision 1.161 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 29 13:03:02 2005 UTC (4 years ago) by killes
Branch: MAIN
Changes since 1.160: +49 -61 lines
Diff to previous 1.160
Initial part to HEAD, might be quite broken.

Revision 1.122.2.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 4 12:02:30 2005 UTC (4 years, 1 month ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.22: +4 -7 lines
Diff to previous 1.122.2.22 , to branch point 1.122
backport from head.

Revision 1.160 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 4 12:01:19 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.159: +1 -5 lines
Diff to previous 1.159
fixing http://drupal.org/node/33013, in_array() warning.

Revision 1.122.2.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 3 01:25:21 2005 UTC (4 years, 1 month ago) by killes
Branch: DRUPAL-4-6
Changes since 1.122.2.21: +13 -9 lines
Diff to previous 1.122.2.21 , to branch point 1.122
backport from HEAD

Revision 1.159 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 3 01:10:15 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.158: +5 -1 lines
Diff to previous 1.158
matchign commit for event.theme change, introduces "count" return value for event_get_types().

Revision 1.158 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 3 00:37:50 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.157: +21 -22 lines
Diff to previous 1.157
reverted wrong fix, there is a config option. ;p
removed whitespace.

Revision 1.157 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 2 23:56:49 2005 UTC (4 years, 1 month ago) by killes
Branch: MAIN
Changes since 1.156: +14 -13 lines
Diff to previous 1.156
fix: only show event type selector on calendars if there is more than one event type.

Revision 1.122.2.21 - (view) (