- May 15, 2001
-
-
Dries Buytaert authored
- Renamed ./themes/jeroen2/ in ./themes/yaroon/ (again).
-
Dries Buytaert authored
- Created 2 new functions: + path_uri(): returns the fully-qualified URI of your drupal site. + path_img(): returns the image directory or http://image-server.com/ in case you prefer to load-balance bandwidth usage. Replaced all occurences of the variable "site_url" with path_uri() and removed "site_url" from "setting.module". - Drastically simplified the node_save() API, which should make the node-forms more secure. Updated "story.module", "book.module", "forum.module", "page.module" and "node.module" to reflect this change. This is needs more testing so hit it, beat it, tease it. - Fixed an occasional glitch in the configuration file loading logic. - Made "queue.module" display an informative notice when an anonymous user tries accessing the moderation queue. - Updated the hard-coded information in drupal.module a bit.
-
Jeroen authored
I updated the theme a bit, changed some variables and the drop down menu... I hope it works because frankly I haven't tested it... I mean, I tested it but not that toroughly. Hope with me :) I'll write a short story about it. Jeroen.
-
Dries Buytaert authored
- Fixed bug in theme Yaroon: the image-path was set to ./themes/jeroen2/ instead of ./themes/yaroon/.
-
- May 14, 2001
-
-
Steven Wittens authored
This is a major rewrite of the Goofy-theme.... the major problem with it was that it required a *lot* of overhead for a simple box, due to the fancy borders. To counter this, I've added simple functions in JavaScript to output the actual boxes, while the PHP functions themselves output simple function calls to them. The result is an incredible loss of size, especially on larger pages.... on a typical drupal page (header/footer, 1 story box, 1 comment mod box, 4 comments and 1 side box) the difference was 23K vs 15K, which I find quite good. You should also notice how big some pages were in the old version, which are still tiny in the new version. There are a few problems though: - You can't use it in some parts of the admin section (preview a story), since admin.php leaves out the header(), so the html-generating functions are not included there. - Because drop can occasionally insert HTML directly, without going through themes, I have to wrap each box in its own <script> tag. The optimization would benefit even more if i could group all function calls in one <script> tag, but it's not possible at the moment. I suggest you take a snapshot of an original goofy-page (drop.org) and compare it with the output of this one (cvs-version) to see how it works exactly. And finally, it works on both IE5 and NS4, so I assume it does on most browsers.
-
Steven Wittens authored
-
Steven Wittens authored
I've restored it to its previous condition... apparently the database.mysql is terribly outdated (didn't know this), so we should probably just wait till the final release to update it.
-
Steven Wittens authored
-
Steven Wittens authored
-
Steven Wittens authored
I think I've fixed the "chicken and egg"-problem when creating the first user account. I've made a snippet that deducts the host/path combo from $HTTP_HOST and $REQUEST_URI, which seems to be working OK over here. Try it out...
-
Dries Buytaert authored
- Fixed typo: "$language" should have been "$languages".
-
Dries Buytaert authored
- Small improvement (by Natrak) to display the correct CVS username.
-
Dries Buytaert authored
- Renamed "hostname.conf" to "setting.php" (cfr. "setting.module"). Note that - when upgrading - you have to rename all your existing configuration files to reflect this change: yourdomain.com.conf -> yourdomain.com.php By default, i.e. if no configuration file is found, setting.php will be used instead. Using the ".php"-extension will fix most configuration/security issues with .htaccess-files ... - Removed some dead code from forum.module.
-
Steven Wittens authored
- Added edit capabilities (allows you to view the backend-file url as well, wasn't possible before) - Docs: replaced "http://yourname.com/export/headlines.rdf" with the correct URL (using the site_url setting).
-
Kjartan Mannes authored
-
Kjartan Mannes authored
-
Dries Buytaert authored
- Removed the <PRE></PRE>-tags from cvs.module to make the CVS log messages wrap nicely on all browsers. (requested by Steven)
-
- May 13, 2001
-
-
Steven Wittens authored
-
Dries Buytaert authored
- Fixed a warning in queue.module.
-
Dries Buytaert authored
- Fixed typo in drupal.module (and helping Natrak to get the CVS digests right).
-
Dries Buytaert authored
- Fixed a few typoes in drupal.module
-
Dries Buytaert authored
- Updated CHANGELOG
-
Dries Buytaert authored
- Updated CHANGELOG
-
Dries Buytaert authored
- Updated CHANGELOG
-
- May 12, 2001
-
-
Dries Buytaert authored
- Update CHANGELOG
-
Dries Buytaert authored
- Updated CHANGELOG
-
Dries Buytaert authored
- Made the main page display sub-topics when a specific topic is selected. - Made theme_link() less "hard coded", we still have to make it fully configurable though. - Fixed glitch in story submission: the warning messages were not displayed. - Tidied up block.module a bit.
-
- May 10, 2001
-
-
Dries Buytaert authored
CHANGES: - Added moderator support to topics.
-
Dries Buytaert authored
CHANGES: - "Formified" node.module and structure.module. - Added moderator capabilities to topics in structure.module; you can define the default moderators.
-
- May 09, 2001
-
-
Dries Buytaert authored
- Merged modules/headlineRSS10.module into modules/headline.module: You can use both: http://www.your-domain.com/export/headlines.rss http://www.your-domain.com/export/headlines.rdf
-
Dries Buytaert authored
- Code review: improved search API, tidied up the search related code, and fixed a tiny bug when searching for users.
-
- May 07, 2001
-
-
Dries Buytaert authored
- Fixed submission bug in book.module. (reported by Remco)
-
Dries Buytaert authored
- Fixed bug in calendar.class: the calendar showed the current day as a non-clickable field. (reported by Remco)
-
Dries Buytaert authored
- Fixed problem in setting.module: some settings showed up twice. (reported by Remco)
-
- May 06, 2001
-
-
Dries Buytaert authored
- Fixed a bug in the book submission part. - Fixed a bug in navigation through book pages. - Fixed a bug in sorting books by weight.
-
Dries Buytaert authored
- Added custom PHP error handler to track down warnings and errors. (Jeroen: let's sit back and wait until that warning bites again.) - Simplified drupal.module. We still need a feature list, anyone?
-
- May 05, 2001
-
-
Dries Buytaert authored
- Uhm. Rewrote the module system: less code clutter, less run-time 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!".
-
- May 03, 2001
-
-
Dries Buytaert authored
CHANGES: - Added moderator information to forum.module. - Simplified story.module, page.module, forum.module and book.module by removing redundant code, and by doing other small house-keeping tasks.
-
Steven Wittens authored
-
Steven Wittens authored
-