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

Log of /contributions/modules/upcomingorg/upcomingorg.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.19 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 20 00:36:49 2007 UTC (2 years, 8 months ago) by karens
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +328 -309 lines
Diff to previous 1.18
A first pass at getting the module updated for Drupal 4.7 and 5.x code changes and for changes in the Upcoming.org API. The module was written in mid-2005 and never updated, so there are lots of changes needed. Not yet tested and debugged, not ready for production.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 23:12:37 2005 UTC (4 years ago) by sjaensch
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.17: +29 -7 lines
Diff to previous 1.17
- fix access denied bug
- check for event and location modules

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 31 22:52:54 2005 UTC (4 years ago) by sjaensch
Branch: MAIN
Changes since 1.16: +15 -3 lines
Diff to previous 1.16
Check for logged-in user for upcoming.org functions

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 1 22:21:29 2005 UTC (4 years, 2 months ago) by sjaensch
Branch: MAIN
Changes since 1.15: +3 -1 lines
Diff to previous 1.15
- Seems the return value of node_save() changes daily. :-(
- Show venue in event view

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 1 00:13:34 2005 UTC (4 years, 2 months ago) by sjaensch
Branch: MAIN
Changes since 1.14: +119 -45 lines
Diff to previous 1.14
- rewrite venue linking for events. use node id, not upcoming.org venue id anymore.
- implement category support.
- slightly improve event display.
- better error reporting on import.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 29 21:46:32 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.13: +5 -1 lines
Diff to previous 1.13
fix venue deleting

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 29 21:14:42 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
- Fix importing more than one venue
- Fix event end date parsing

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 29 20:40:37 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.11: +19 -1 lines
Diff to previous 1.11
Implement editing of upcoming.org fields for venues

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 29 18:50:17 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.10: +2 -6 lines
Diff to previous 1.10
respond to API change

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 28 21:57:51 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.9: +37 -67 lines
Diff to previous 1.9
- fix venue importing
- event-enable the selected upcoming.org event node type again
- location-enable the selected upcoming.org venue node type
- add page for importing/synchronizing
- save if event or venue was imported

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 28 16:00:18 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Document how to use another Drupal site as server

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 27 11:57:10 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.7: +23 -1 lines
Diff to previous 1.7
REST interface: implement venue.getInfo

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 26 20:36:08 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.6: +262 -29 lines
Diff to previous 1.6
- Implement server REST interface
- make upcoming.org REST URL and user-ID configurable, making it possible to interface with other sites that have this module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 24 23:08:26 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.5: +79 -110 lines
Diff to previous 1.5
Create API file, extend venue node support

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 23 21:03:05 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.4: +10 -2 lines
Diff to previous 1.4
Implement venue setting/updating in event form

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 23 09:48:15 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
message_access() is gone, fix upcoming.org module

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 22 20:56:51 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.2: +92 -9 lines
Diff to previous 1.2
Implement venue importing/updating

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 17 23:01:57 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Changes since 1.1: +129 -32 lines
Diff to previous 1.1
* remove flexinode dependency, any node type can be used now
* multiuser

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 1 12:57:12 2005 UTC (4 years, 3 months ago) by sjaensch
Branch: MAIN
Rename module upcoming to upcomingorg

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2