Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Fixed glitch in block module: the admin links were not composed | Dries Buytaert | 2002-11-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | correctly. Patch by Stefan. - Added missing t() functions and improved the %x directives for better readability and to ease the process of translating your site. Patches by Stefan. - Made two small additions to the 'code-clean.sh' script; it will now remove patch related junk. NOTES: - I removed the · related bits. Let's tackle these later on in a separate patch after we got some sort of consensus. - I removed the 'module_exist("drupal")' check in the user module; I *think* it is incomplete and therefore incorrect. - Stefan, try using quotes in your translations and check whether everything still works. Example: translate the "Create account" button to "Create \"haha\" account \'hihi\'" and see if you can still create new accounts. Maybe automate this using a quick hack in the locale module ... | ||
* | - Applied a PostgreSQL patch from James. | Dries Buytaert | 2002-11-01 |
| | |||
* | - Substituted the weblogs module with a more generic ping module. We're | Dries Buytaert | 2002-11-01 |
| | | | | | now pinging http://blo.gs/ as well as support the new Weblogs.com RSS format. Thanks Breyten. | ||
* | - Made sure blocks are sorted by weight. Patch by Ax. | Dries Buytaert | 2002-10-30 |
| | |||
* | - Applied db_query() fix. Thanks Gerhard and Marco. | Dries Buytaert | 2002-10-30 |
| | |||
* | - Applied Stefan's locale patches. | Dries Buytaert | 2002-10-29 |
| | |||
* | - Applied Stefaan's locale patches. The statistics.module patch failed to | Dries Buytaert | 2002-10-29 |
| | | | | apply. | ||
* | - Made sure we switching using $delta. Thanks Marco and Gerhard. | Dries Buytaert | 2002-10-29 |
| | |||
* | - Added Jeremy. | Dries Buytaert | 2002-10-29 |
| | |||
* | - Fixing blocks for forum, queue and statistics. | Kjartan Mannes | 2002-10-28 |
| | |||
* | - blocks != boxes. Sorry :) | Kjartan Mannes | 2002-10-26 |
| | |||
* | - making sure the type field is set right for blocks: 1 -> 0, 2 ->1. | Kjartan Mannes | 2002-10-26 |
| | |||
* | - setting the right date for block update. | Kjartan Mannes | 2002-10-26 |
| | |||
* | - Fixed a braino. | Dries Buytaert | 2002-10-26 |
| | |||
* | - Applied a slightly modified version of breyten's weblogs.module patch. | Dries Buytaert | 2002-10-26 |
| | |||
* | - Committed Marco's block rewrite: | Dries Buytaert | 2002-10-26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Blocks are not longer called if not rendered: major performance improvement. + Fixed some bugs (preview option was broken, path option was broken). + Removed "ascii"-type blocks. + Added permission to for "PHP blocks" + ... NOTES: + You'll want to run "update.php": ALTER TABLE blocks DROP remove; ALTER TABLE blocks DROP name; + You'll want to update your custom modules as well as the modules in the contrib repository. Block function should now read: function *_block($op = "list", $delta = 0) { if ($op == "list") { return array of block infos } else { return subject and content of $delta block } } | ||
* | - Removed my superfluous check. | Dries Buytaert | 2002-10-24 |
| | |||
* | - Killed a warning. Reported by ax. | Dries Buytaert | 2002-10-24 |
| | |||
* | - sort books by weight, then title in book_render(). | Kjartan Mannes | 2002-10-24 |
| | |||
* | - dont print empty row if there are no next or prev links to show in ↵ | Kjartan Mannes | 2002-10-24 |
| | | | | admin_overview. | ||
* | - Made it possible to connect to mysql databases running on non-standard | Dries Buytaert | 2002-10-23 |
| | | | | ports. Patch by Alastair. | ||
* | - Wrapped some hardcoded colors in "theme_invoke()"s; we can still create | Dries Buytaert | 2002-10-22 |
| | | | | | | | | a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax. | ||
* | - Added missing t() function. Patch by Marco. | Dries Buytaert | 2002-10-22 |
| | |||
* | - Fixed bug reported by Ax. | Dries Buytaert | 2002-10-21 |
| | |||
* | . fixing what I did earlier. Not sure how that happend. | Kjartan Mannes | 2002-10-20 |
| | |||
* | - applying patch from Ax. Bug #389: | Kjartan Mannes | 2002-10-20 |
| | | | | "Notice: Undefined variable: conf" in common.inc on line 779 | ||
* | - fixing an access bug in import.module. | Kjartan Mannes | 2002-10-19 |
| | |||
* | - Removed dead code. | Dries Buytaert | 2002-10-18 |
| | |||
* | - Applied Marco's poll.module patch. | Dries Buytaert | 2002-10-18 |
| | |||
* | - removed function module_rehash(). | Kjartan Mannes | 2002-10-17 |
| | | | | | - updated database dump. - removed tables modules, layout and referrer (don't forget to backup!). | ||
* | - fixing the logic for populating $node when adding a new node. Title, teaser, | Kjartan Mannes | 2002-10-17 |
| | | | | | body will now be set correctly, or be left unset if no values are included in the request. | ||
* | - Fixed bug with "jump to recent comment" link. | Dries Buytaert | 2002-10-16 |
| | | | | | | - Fixed bug with "nex topic" and "previous" topic links. - Removed "admin"-hook all together. | ||
* | - Small improvement to the forum module block. | Dries Buytaert | 2002-10-16 |
| | |||
* | - Fixed missing filtering | Steven Wittens | 2002-10-15 |
| | |||
* | - Fixed missing filtering | Steven Wittens | 2002-10-15 |
| | |||
* | - submit page will now use $edit[teaser/body] if available in the initial ↵ | Kjartan Mannes | 2002-10-15 |
| | | | | request. | ||
* | - fixing SQL queries. Do not append ; to SQL queries in PHP. | Kjartan Mannes | 2002-10-15 |
| | | | | | - fixing the statistics module SQL updates so they work for users that haven't used the statistics module before. | ||
* | - Fixed bug in user_save(). | Dries Buytaert | 2002-10-13 |
| | | | | - Added "Who's new" block. I accidentically removed it. | ||
* | - Made some usability improvements. Needs more work but I had my take for | Dries Buytaert | 2002-10-13 |
| | | | | today ... | ||
* | - Committed Jeremy's incarnation of the statistics module. Last minutes | Dries Buytaert | 2002-10-13 |
| | | | | | | | | | | | | | | | changes include: * a couple of coding style changes, renamed some "stats" into "statistics", etc. * removed the "Who's online" block from the user module. * added db_affected_rows() to the resp. database abstraction layers and made the statistics module use db_affected_rows() instead. * added update logic to "update.php". | ||
* | - Applied Moshe's comment module patch to address some of the usability | Dries Buytaert | 2002-10-13 |
| | | | | issues. | ||
* | - Made sure the tracker module does not list discarded comments. Patch by | Dries Buytaert | 2002-10-09 |
| | | | | Moshe. | ||
* | - Fixed an HTML entity. Patch by Remco. | Dries Buytaert | 2002-10-09 |
| | |||
* | - Fixed a "<br />". Patch by Remco. | Dries Buytaert | 2002-10-09 |
| | | | | (Note that I still plan to include Jeremy's statistics module.) | ||
* | - Fixed warning in user module. | Dries Buytaert | 2002-10-07 |
| | |||
* | - changed format_date to allow W (week of year) in a custom format. | Kjartan Mannes | 2002-10-04 |
| | |||
* | - Fixed HTML typo. Patch by Gerhard. | Dries Buytaert | 2002-10-02 |
| | |||
* | - fixing block configuration not working when user is disabling all blocks. | Kjartan Mannes | 2002-09-30 |
| | |||
* | - coding style improvements. | Kjartan Mannes | 2002-09-30 |
| | |||
* | - fixed a bug in module_invoke_all , it will now also add 0's to the result | Kjartan Mannes | 2002-09-30 |
| | | | | array. Thanks Moshe. (Didn't I commit this already?) |