summaryrefslogtreecommitdiff
path: root/modules/calendar.class
Commit message (Collapse)AuthorAge
* - Fixed bug in calendar.class: the calendar showed the current day as aDries Buytaert2001-05-07
| | | | non-clickable field. (reported by Remco)
* - Uhm. Rewrote the module system: less code clutter, less run-timeDries Buytaert2001-05-05
| | | | | | | | | | | | | | | | | | | | overhead, and a lot better (simpler) module API. I had to edit a LOT of files to get this refactored but I'm sure it was worth the effort. For module writers / maintainers: None of the hooks changed, so 95% of the old modules should still work. You can remove some code instead as "$module = array(...)" just became obsolete. Also - and let's thank God for this - the global variable "$repository" has been eliminated to avoid modules relying on, and poking in drupal's internal data structures. Take a look at include/module.inc to investigate the details/changes. - Improved design of the content modules "story", "book" and "node" (to aid smooth integration of permisions + moderate.module). I'm still working on the permissions but I got side tracked for which I "Oops!".
* - Fixed date problem in calendar module (reported by Remco).Dries Buytaert2001-04-21
|
* - applied David Norman's patch to turn all <?'s into fully qualifiedDries Buytaert2001-03-10
| | | | <?php's.
* - removed redundant spacesDries Buytaert2001-01-26
|
* - finally fixed the offset-by-one-day bugDries Buytaert2001-01-20
|
* - intermediate updatesDries Buytaert2000-12-23