summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* - Added custom PHP error handler to track down warnings and errors.Dries Buytaert2001-05-06
| | | | | | (Jeroen: let's sit back and wait until that warning bites again.) - Simplified drupal.module. We still need a feature list, anyone?
* - 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!".
* CHANGES:Dries Buytaert2001-05-03
| | | | | | | | - 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.
* fixed typoeSteven Wittens2001-05-03
|
* locale updateSteven Wittens2001-05-03
|
* Hey,Jeroen Bensch2001-05-02
| | | | | | Deleted jeroen2.theme from /yaroon/ Jeroen.
* CHANGES:Dries Buytaert2001-05-02
| | | | | | | | | | | | | | | | | | | | - Added moderator permissions to nodes. - Added moderator support to structure.module. - Added new moderate.module. - Renamed moderation.module to queue.module to avoid confusing. Updated theme yaroon as it seems to have a hard-coded reference to moderation.module. - Polished on: + account.module: improved access list + fixed HTML typo in node.module ACTIONS: - Jeroen: can jeroen2.theme be removed from ./themes/yaroon?
* - fixed small glitch in forum.moduleDries Buytaert2001-04-30
|
* Welp. Large commit ahead.Dries Buytaert2001-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES: - Added "read" and "write" permissions into drupal but removed it again because - when finished after 3 hours of work - it was considered nothing but added complexity that didn't buy us anything. :I (I'll explain this in detail on the mailing list, I guess.) - Added a very simple help.module to group all available documentation on a single page. - Fixed bug in node_control(), book.module: UnConeD forgot to global $user when updating the combobox code. - Removed static wishlist.module: in future, the wishlist can be maintained as a page in our collaborative book. - Revised most of settings.module: tidied up the code and the descriptions to accompany the settings and introduced a new "default maximum number of nodes to display on the main page" variable. - Revised most of comment.module: the administration interface looks better now, integrated node permissions, and -finally- made it possible to delete comments. - Polished on: + account.module + structure.module + locale.module + module.module + forum.module - Form-ified: + account.php + account.module + setting.module + cvs.module + submit.php + comment.module + forum.module + book.module + page.module + locale.module - Updated CHANGELOG INFO: - Designed a "generic tracker system with optional backends" on paper. The idea is to allow registered users to hot-list certain topics, individual nodes or threads (comments) and to "plug-in" output backends like - for instance - an e-mail digest. The design requires "intelligent blocks" though. TODO: - I want to tidy up the headline.module and backend.class as well as merge in headlineRSS10.module. Julian spent quite some time working on headline.module but I'm not sure what he changed and whether he'd contribute it back?
* Welp. Large commit ahead.Dries Buytaert2001-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CHANGES: - Added "read" and "write" permissions into drupal but removed it again because - when finished after 3 hours of work - it was considered nothing but added complexity that didn't buy us anything. :I (I'll explain this in detail on the mailing list, I guess.) - Added a very simple help.module to group all available documentation on a single page. - Fixed bug in node_control(), book.module: UnConeD forgot to global $user when updating the combobox code. - Removed static wishlist.module: in future, the wishlist can be maintained as a page in our collaborative book. - Revised most of settings.module: tidied up the code and the descriptions to accompany the settings and introduced a new "default maximum number of nodes to display on the main page" variable. - Revised most of comment.module: the administration interface looks better now, integrated node permissions, and -finally- made it possible to delete comments. - Polished on: + account.module + structure.module + locale.module + module.module + forum.module - Form-ified: + account.php + account.module + setting.module + cvs.module + submit.php + comment.module + forum.module + book.module + page.module + locale.module - Updated CHANGELOG INFO: - Designed a "generic tracker system with optional backends" on paper. The idea is to allow registered users to hot-list certain topics, individual nodes or threads (comments) and to "plug-in" output backends like - for instance - an e-mail digest. The design requires "intelligent blocks" though. TODO: - I want to tidy up the headline.module and backend.class as well as merge in headlineRSS10.module. Julian spent quite some time working on headline.module but I'm not sure what he changed and whether he'd contribute it back?
* Fixesnatrak2001-04-29
| | | | | | - Changed include "includes/common.inc"; to include_once "includes/common.inc"; Including the common file more than once will cause bad things.
* CHANGES:Dries Buytaert2001-04-29
| | | | | | | | | | | | | | | | | | | | | | | | - Added new form_* functions to common.inc, used for building forms: it should improve 'stability' (no form typos, every- thing properly escaped/unescaped) and should help providing a very consistent user interface (wrt forms). - Adjusted node.module to use the new form functions. (Can be used as an example.) - Adjusted book.module to use the new form functions. (Can be used as an example.) - Merged function.inc into common.inc! - Slowly removing all global $status and $rstatus variables: use node_status() instead. TODO: - Apart from implementing the permission system, I'll spend some time updating most modules today and tomorrow to use the new form functions.
* - Addition: added a new, tiny forum module: I will use this forumDries Buytaert2001-04-29
| | | | | | | | | | | | module to develop and test the permission system along with the regular nodes. And hopefully, this forum module will grow into a very useable piece of code for drop.org. Requires a new SQL table "forum", see 2.00-to-x.xx.sql. - Removed 1 unused hook from page.module. - Removed 1 unused function from comment.inc.
* CHANGESKjartan Mannes2001-04-27
| | | | | | | | | | | | | | | - Modified conf_init() to use default.conf if nothing else can be found. - Added some comments to hostname.conf to reflect the changes and provide more information on how to rename the file. TODO - The Drupal handbook should be updated once the CVS version is released. - Should try to remove the remainder of info from hostname.conf and go for a completely web-based administration if possible. - Does having all the settings in a SQL database make Drupal add more overhead than including a .conf file? If nobody knows for sure some tests should be done. If yes, concider having the admin interface generate an include file in addition to saving to the database.
* CHANGESnatrak2001-04-27
| | | | | | | | | | | | | | | - Modified conf_init() to use default.conf if nothing else can be found. - Added some comments to hostname.conf to reflect the changes and provide more information on how to rename the file. TODO - The Drupal handbook should be updated once the CVS version is released. - Should try to remove the remainder of info from hostname.conf and go for a completely web-based administration if possible. - Does having all the settings in a SQL database make Drupal add more overhead than including a .conf file? If nobody knows for sure some tests should be done. If yes, concider having the admin interface generate an include file in addition to saving to the database.
* ChangesKjartan Mannes2001-04-23
| | | | | | | | | | | | | | - Fixed an error in module_rehash_blocks() that didn't handle '-symbols. - Removed some module depencies. Drupal will now run (sorta) even if there are no modules installed. - Changed theme_link() to check if certain modules are installed before offering a link to them. Todo - Check all SQL queries to make sure they are addslashes'ed correctly. - Check the effects of changing the PHP magic_quotes setting. - Make the theme_link() function to be customizable either via the admin page and/or in the module itself.
* Changesnatrak2001-04-23
| | | | | | | | | | | | | | - Fixed an error in module_rehash_blocks() that didn't handle '-symbols. - Removed some module depencies. Drupal will now run (sorta) even if there are no modules installed. - Changed theme_link() to check if certain modules are installed before offering a link to them. Todo - Check all SQL queries to make sure they are addslashes'ed correctly. - Check the effects of changing the PHP magic_quotes setting. - Make the theme_link() function to be customizable either via the admin page and/or in the module itself.
* - Fixed the update sql file. Changes have to start with the oldest and progressnatrak2001-04-22
| | | | | | | | | | | to the newest. It would try to change tables that had not yet been created causing major problems to the node module. (NOTE: if you are doing a x.xx update to another x.xx version you might have to force MySQL to perform it using the -f flag. Remember to always backup your data before making changes). - Prevented 2.00-to-x.xx.php from executing. It would simply give a PHP error and not execute. Will wait for Dries to return before attempting to make it functional or remove it.
* - Oops: left in a debug-statementSteven Wittens2001-04-21
|
* - Fixed bug when node-navigation-combobox wouldn't select the correct item ↵Steven Wittens2001-04-21
| | | | if drupal was run from a sub-directory.
* - Added "custom" date/time format... to allow user-timezone-adjusted custom ↵Steven Wittens2001-04-21
| | | | | | date formats. I didn't add special logic to translate parts of it, but it's not really needed, as this is only meant for internal usage (e.g. checking if timestamp A is on the same date as timestamp B). Some modules (such as diary) should be changed to take advantage of this function, as they are now still using GMT+0 dates in some cases (e.g. the recent diary entries box).