summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Oops, I used sort() instead of asort(), which destroys the keys in ↵Steven Wittens2001-05-18
| | | | associative arrays.
* Made module_list() return an alphabetically sorted list.Steven Wittens2001-05-18
| | | | On Windows machines (not sure about *nix boxes) it's not always pre-sorted by the filesystem. It has no effect code-wise, but it will cause all module-lists in Drupal to be sorted alphabetically (e.g. the links in admin.php).
* - Fixed bug in book.module: parent-field was not saved.Dries Buytaert2001-05-18
| | | | (reported by Remco)
* - Changed form_file($name) to form_file($title, $name, $size, $description = 0).Kjartan Mannes2001-05-18
| | | | | This change extends the functionality and makes it conform more with the other form_* functions.
* - Tidied up the field_get() API and improved the implementation ofDries Buytaert2001-05-17
| | | | both field_set() and field_get().
* - Removed debug output.Dries Buytaert2001-05-17
|
* - Fixed bug in account.module.Dries Buytaert2001-05-17
| | | | | | | | - Simplified field_set() API. - Made UnConeD's cool common timestamp format conform with the general coding style. Sorry to be so picky about this but I really can't help it. ;)
* Improved and optimized format_interval()Steven Wittens2001-05-17
|
* Updated the custom timestamp format to include locale support.Steven Wittens2001-05-17
|
* - Extended form() to take an optional forth parameter which is appended toKjartan Mannes2001-05-17
| | | | | | the <FORM> tag. - Added form_file($name) for file uploads. (requires form() to be called with $options='ENCRYPT="multipart/form-data"'.)
* - Removed the "history"-field from the SQL table "users" and addedDries Buytaert2001-05-16
| | | | | | | | | | | | | | this information to the "users"-field in both nodes and comments. This database/table change reduces the number of SQL queries and makes Drupal scale better where a lot of voting/moderation takes place. Last but not least it can be considered a new and better foundation for future moderation metrics / algorithms. In other words: it is plain better. --> oops, all voting/moderation results will be lost! --> requires database update, see "2.00-to-x.xx.sql"! - Updated database/database.mysql
* - Fixed warning in headline_admin_add().Dries Buytaert2001-05-16
| | | | (reported by Remco)
* - Updated to only die() if page is directly requested.natrak2001-05-16
|
* - Fixed bug in path_uri()Dries Buytaert2001-05-16
|
* - Drastically simplified the node_save() API, which should make theDries Buytaert2001-05-15
| | | | | | | | node-forms more secure. Updated "node.module" and "queue.module" to work with the new API. The upgrade script, 2.00-to-x.xx.php, is still broken and needs fixing.
* - Renamed ./themes/jeroen2/ in ./themes/yaroon/ (again).Dries Buytaert2001-05-15
|
* - Created 2 new functions:Dries Buytaert2001-05-15
| | | | | | | | | | | | | | | | | | | | | + 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.
* Hey,Jeroen Bensch2001-05-15
| | | | | | | | 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.
* - Fixed bug in theme Yaroon: the image-path was set to ./themes/jeroen2/Dries Buytaert2001-05-15
| | | | instead of ./themes/yaroon/.
* This is a major rewrite of the Goofy-theme.... the major problem with it was ↵Steven Wittens2001-05-14
| | | | | | | | | | | | 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.
* Nat: adding a block is nice, but make sure don't forget traling semi-colons ↵Steven Wittens2001-05-14
| | | | on commands... :)
* I've restored it to its previous condition... apparently the database.mysql ↵Steven Wittens2001-05-14
| | | | is terribly outdated (didn't know this), so we should probably just wait till the final release to update it.
* Hmmm the "promote" column was missing...Steven Wittens2001-05-14
|
* TypoSteven Wittens2001-05-14
|
* I think I've fixed the "chicken and egg"-problem when creating the first ↵Steven Wittens2001-05-14
| | | | 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...
* - Fixed typo: "$language" should have been "$languages".Dries Buytaert2001-05-14
|
* - Small improvement (by Natrak) to display the correct CVS username.Dries Buytaert2001-05-14
|
* - Renamed "hostname.conf" to "setting.php" (cfr. "setting.module").Dries Buytaert2001-05-14
| | | | | | | | | | | | | 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.
* Updated headline.module:Steven Wittens2001-05-14
| | | | | - 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).
* - Fixed a problem with $format not being defined as global.Kjartan Mannes2001-05-14
|
* - Fixed a problem with $format not being defined as global.Kjartan Mannes2001-05-14
|
* - Removed the <PRE></PRE>-tags from cvs.module to make the CVS logDries Buytaert2001-05-14
| | | | messages wrap nicely on all browsers. (requested by Steven)
* I added a trailing dot to the numbers in the ratings list. Call me a ↵Steven Wittens2001-05-13
| | | | perfectionist...
* - Fixed a warning in queue.module.Dries Buytaert2001-05-13
|
* - Fixed typo in drupal.module (and helping Natrak to get the CVS digestsDries Buytaert2001-05-13
| | | | right).
* - Fixed a few typoes in drupal.moduleDries Buytaert2001-05-13
|
* - Updated CHANGELOGDries Buytaert2001-05-13
|
* - Updated CHANGELOGDries Buytaert2001-05-13
|
* - Updated CHANGELOGDries Buytaert2001-05-13
|
* - Update CHANGELOGDries Buytaert2001-05-12
|
* - Updated CHANGELOGDries Buytaert2001-05-12
|
* - Made the main page display sub-topics when a specific topicDries Buytaert2001-05-12
| | | | | | | | | | | | 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.
* CHANGES:Dries Buytaert2001-05-10
| | | | - Added moderator support to topics.
* CHANGES:Dries Buytaert2001-05-10
| | | | | | | - "Formified" node.module and structure.module. - Added moderator capabilities to topics in structure.module; you can define the default moderators.
* - Merged modules/headlineRSS10.module into modules/headline.module:Dries Buytaert2001-05-09
| | | | | | You can use both: http://www.your-domain.com/export/headlines.rss http://www.your-domain.com/export/headlines.rdf
* - Code review: improved search API, tidied up the search related code,Dries Buytaert2001-05-09
| | | | and fixed a tiny bug when searching for users.
* - Fixed submission bug in book.module. (reported by Remco)Dries Buytaert2001-05-07
|
* - Fixed bug in calendar.class: the calendar showed the current day as aDries Buytaert2001-05-07
| | | | non-clickable field. (reported by Remco)
* - Fixed problem in setting.module: some settings showed up twice.Dries Buytaert2001-05-07
| | | | (reported by Remco)
* - Fixed a bug in the book submission part.Dries Buytaert2001-05-06
| | | | | - Fixed a bug in navigation through book pages. - Fixed a bug in sorting books by weight.