Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Flushing my backlog (in case Natrak wants to make more changes): | Dries Buytaert | 2001-03-28 |
| | | | | | - tidied up some of the code - fixed a small problems | ||
* | Made a few cosmetic changes. Mostly just checking out how much work it | Kjartan Mannes | 2001-03-27 |
| | | | | would be to support more databases :-) | ||
* | - small improvements as well as 2 bugfixes | Dries Buytaert | 2001-03-26 |
| | |||
* | - restored check_textarea: I changed it for debugging purpose but forgot to | Dries Buytaert | 2001-03-25 |
| | | | | switch it back | ||
* | - refactoring, refactoring, refactoring | Dries Buytaert | 2001-03-25 |
| | |||
* | - large commit of everything else that has been queued in my backlog: | Dries Buytaert | 2001-03-25 |
| | | | | it's not 100% stable yet | ||
* | - themes now get there header/footer links through theme_link(); | Dries Buytaert | 2001-03-24 |
| | | | | - tidied up example.theme | ||
* | - added check_select to format selection boxes | Dries Buytaert | 2001-03-24 |
| | | | | | | | - improved check_input so that it won\\\'t escape charachters more than once - added [linking] mechanism - more about this later | ||
* | - nodified index.php: | Dries Buytaert | 2001-03-24 |
| | | | | | | the index page will only display stories for now but this will/can change in the near future - all other files now thinks in terms of nodes, rather then stories | ||
* | - added nodified story module: story extends node | Dries Buytaert | 2001-03-24 |
| | | | | | - removed includes/story.inc as we no longer need it: story.module is *really* modular now. | ||
* | - simplified the comment code: the SQL queries are less complex, thus | Dries Buytaert | 2001-03-24 |
| | | | | faster now. | ||
* | - some preliminary node code for the "node frenzy noders"(tm) | Dries Buytaert | 2001-03-24 |
| | |||
* | removed the "add comment" button in the comment moderation box | Steven Wittens | 2001-03-21 |
| | |||
* | - update | Dries Buytaert | 2001-03-18 |
| | |||
* | - forgot to commit this last night but this should fix deekayen's small | Dries Buytaert | 2001-03-12 |
| | | | | Windows glitch | ||
* | - fixed small glitch as a result from David's patch | Dries Buytaert | 2001-03-10 |
| | |||
* | - fixed "AdNewz.com" vs "ADNEWS.COM" glitch reported by Peter Beckman | Dries Buytaert | 2001-03-10 |
| | |||
* | - applied David Norman's patch to turn all <?'s into fully qualified | Dries Buytaert | 2001-03-10 |
| | | | | <?php's. | ||
* | - fixed two-side-bar-theme-bug-with-latest-headlines | Dries Buytaert | 2001-03-08 |
| | |||
* | - more small improvements | Dries Buytaert | 2001-03-08 |
| | |||
* | *** empty log message *** | Dries Buytaert | 2001-03-08 |
| | |||
* | - small bugfix | Dries Buytaert | 2001-03-08 |
| | |||
* | *** empty log message *** | Dries Buytaert | 2001-03-08 |
| | |||
* | - some important changes to our theme API which can be summerized as: | Dries Buytaert | 2001-03-08 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | abstract() + article() = story() abstract() and article() have been merged into a new function story() which looks like: function story($story_object, $reply) { if (!reply) { // full story } else { // main page version / abstract } } This should allow you to "compress" your theme as abstract() and article() tended to be 98% identical. => I didn't really merge your themes so I leave it up to *you* to improved the code!!! Do it ASAP as we release drupal 2.00 in 7 days. In future we'll have similar functions for other content types as for example: review($review, $reply); enquete($enquete, $reply); ... | ||
* | A rather large and important update: | Dries Buytaert | 2001-03-07 |
| | | | | revised most of the SQL queries and tried to make drupal as secure as possible (while trying to avoid redundant/duplicate checks). For drupal's sake, try to screw something up. See the mail about PHPNuke being hacked appr. 6 days ago. The one who finds a problem is rewarded a beer (and I'm willing to ship it to Norway if required). I beg you to be evil. Try dumping a table a la "http://localhost/index.php?date=77778;DROP TABLE users" or something. ;) | ||
* | - various smaller updates before I start watching Formula 1 with [a] a | Dries Buytaert | 2001-03-04 |
| | | | | | 0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on my lap for drupal hacking. Life hardly can get any better than this. | ||
* | Added "db_insert_id()", a wrapper for mysql_insert_id(); | Steven Wittens | 2001-03-03 |
| | |||
* | code revision: | Dries Buytaert | 2001-03-03 |
| | | | | - fixed a "visual-quote-glitch", i.e. a missing stripslashes() | ||
* | - fixed small translation glitch in format_interval | Dries Buytaert | 2001-03-01 |
| | | | | | | - added a couple of missing t() functions - improved the comments module, fixed the score problem Jeroen reported earlier -> it's slicker but I hope it won't break anything | ||
* | - fixed bug in block placement when (1) using a theme with 2 side bars | Dries Buytaert | 2001-02-27 |
| | | | | | | | and (2) being logged out. (reported by Jeroen) - themed "Editor's note" in theme marvin. (reported by Jeroen) | ||
* | - improved RDF backend class to support more backend formats | Dries Buytaert | 2001-02-22 |
| | |||
* | - locale module: added documentation (first draft) | Dries Buytaert | 2001-02-21 |
| | | | | | | - locale module: improved administration interface - headline module: fixed small visual glitch in export function - account: small improvements | ||
* | - added fine-grained user permission system which allows us to give | Dries Buytaert | 2001-02-18 |
| | | | | | | | | | certain users access to specific administration sections only. Ex. a FAQ maintainer can only edit the FAQ, and members of an "editorial board" can only edit comments, diaries and stories, .. - code review => rewrote include/user.inc which is much easier now - fixed 4 small bugs | ||
* | - improved layout story.module | Dries Buytaert | 2001-02-17 |
| | | | | - fixed bug in translation | ||
* | - improved the "menu" hook | Dries Buytaert | 2001-02-17 |
| | | | | | | - replaced the "open submission queue" (submission.php and submission.inc) with an optional module (submission.module). - tidied up the HTML code of some files | ||
* | - More updates on the translation support | Dries Buytaert | 2001-02-17 |
| | |||
* | - updates | Dries Buytaert | 2001-02-14 |
| | |||
* | - initial import of the preliminary translation code. | Dries Buytaert | 2001-02-12 |
| | | | | | | | | - added timer.inc for benchmarking purpose - bugfix for php-clean - bugfix for account.php - removed redundant format_data - ... | ||
* | - fixed problem with user_permission (reported by Kirstjan) | Dries Buytaert | 2001-02-10 |
| | |||
* | - a 2nd batch of various updates | Dries Buytaert | 2001-02-10 |
| | |||
* | - added a "search framework" which allows for easy searching | Dries Buytaert | 2001-02-10 |
| | | | | | (to be continued) - tidyied up some existing code | ||
* | - last night's fix | Dries Buytaert | 2001-02-09 |
| | |||
* | - small fix for 4.0.4 | Dries Buytaert | 2001-02-06 |
| | |||
* | - documentation updates contributed by Michael O'Henly <michael@tenzo.com> | Dries Buytaert | 2001-02-05 |
| | | | | and myself | ||
* | - various updates, bugfixes and improvements | Dries Buytaert | 2001-02-04 |
| | |||
* | - removed all tabs | Dries Buytaert | 2001-01-26 |
| | |||
* | - removed redundant spaces | Dries Buytaert | 2001-01-26 |
| | |||
* | - added port + directory patch for loading configuration files | Dries Buytaert | 2001-01-26 |
| | |||
* | - fixed ieni-wienie small bug in comment.inc (reported by NotZen) | Dries Buytaert | 2001-01-25 |
| | |||
* | - fix for the "block problem" reported by martin@abol.com: | Dries Buytaert | 2001-01-24 |
| | | | | | it only happened when you hosted drupal in a subdirectory a la http://yourserver.com/drupal/ |