Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - #22154: Change : in aggregator block IDs to -, the colon is an illegal ↵ | Steven Wittens | 2005-05-06 |
| | | | | character and causes problems in CSS. | ||
* | - Missing theme placeholder in forum delete message. | Steven Wittens | 2005-05-06 |
| | |||
* | - Patch #15595 by Stefan and Djun: improved status messages. | Dries Buytaert | 2005-05-05 |
| | | | | | TODO: we should write down a couple guidelines for these document them in the PHPDoc code of drupal_set_message()! . | ||
* | - Patch #21221 by Robert: make status values in comment.module defined ↵ | Dries Buytaert | 2005-05-05 |
| | | | | constants for readability. | ||
* | - Removed the user IDs from the users administration table and added a ↵ | Dries Buytaert | 2005-05-05 |
| | | | | 'Member for' column. | ||
* | - Patch #21939 by Usability Poobah Chris: added missing </p> tag. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Added the PHPTemplate port of pushbutton. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Modified patch #21441 from puregin + RobinMonks: fixed some bugs ↵ | Dries Buytaert | 2005-05-05 |
| | | | | surrounding the book administration and beautified some code making it more consistent with the rest of Drupal. :-) | ||
* | - Modified patch #21980 by willmoy: made form_group() accept HTML attributes. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Patch #21855 by TDobes: the recent commit of phptemplate caused a number ↵ | Dries Buytaert | 2005-05-05 |
| | | | | | | | | | | | of problems for non-phptemplate themes. A patch is attached to address these issues. Changes include: * parsing of the primary/secondary links has been moved out of phptemplate and into theme_get_setting. * unnecessary and XHTML-invalidating duplicate div#help removed from themes/bluemarine/page.tpl.php (this is already generated by theme_help) * weird generation of the "edit primary/secondary links" messages removed from bluemarine and placed in theme.inc * unnecessary changes to themes/bluemarine/style.css rolled back (the phptemplate bluemarine had an older version of style.css than the one in core) * chameleon updated to work with new link scheme (passes links through theme_links) | ||
* | - Removed left-over .xtmpl file. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Rollback to previous version. | Dries Buytaert | 2005-05-05 |
| | |||
* | - Removed the Xtemplate engine and added the PHPTemplate engine. | Dries Buytaert | 2005-05-04 |
| | | | | | - Converted the Bluemarine theme from XTemplate to PHPTemplate. - Moved the the Pushbutton theme and the Xtemplate engine to the contributions repository. | ||
* | - Patch by Robert: fixed typo in code comments. | Dries Buytaert | 2005-05-03 |
| | |||
* | - Patch #21252 by patryk: fixed size of location field. | Dries Buytaert | 2005-05-03 |
| | |||
* | - Patch #21751 by crunchywhelch: added missing check_plain() when emitting ↵ | Dries Buytaert | 2005-05-02 |
| | | | | the <category>-tag in RSS feeds. | ||
* | - Patch #21445 by Goba: added missing t() function. | Dries Buytaert | 2005-05-01 |
| | |||
* | - Bug #21452 reported by njivy: added missing return to tracker_user_page(). | Dries Buytaert | 2005-05-01 |
| | | | | It did not return nor print its output. | ||
* | - Patch #21252 by patryk: increased the length of the location field in the ↵ | Dries Buytaert | 2005-05-01 |
| | | | | locale_sources table. | ||
* | - Modified patch #21617 by Robin: added confirmation screen to delete ↵ | Dries Buytaert | 2005-05-01 |
| | | | | profile fields. (I tidied up the coding style and fixed two typos.) | ||
* | - Patch #21686 by Robin Monks: added two missing t() functions. | Dries Buytaert | 2005-05-01 |
| | |||
* | - Patch #21687 by faago: fixed boroken 'delete'-link on the book ↵ | Dries Buytaert | 2005-04-30 |
| | | | | administration page. | ||
* | - Patch #21353 by chx: implemented PHP-mode for blocks. | Dries Buytaert | 2005-04-30 |
| | |||
* | - Patch #21517 by Stefan and TDobes: theme system improvements. | Dries Buytaert | 2005-04-30 |
| | |||
* | - Patch #21344 by Moshe: admin/user/create results in a blank page | Dries Buytaert | 2005-04-30 |
| | |||
* | - #20910: Centralize print theme page fixes | Steven Wittens | 2005-04-28 |
| | |||
* | - PGSQL Fix: missing columns in GROUP BY (aggregator news -> sources was ↵ | Steven Wittens | 2005-04-27 |
| | | | | broken). | ||
* | - Missing parameter for variable_get | Steven Wittens | 2005-04-27 |
| | |||
* | - Patch by James: made the aggregator cache less in case of mass-feeds. | Dries Buytaert | 2005-04-26 |
| | |||
* | - Patch #21249 by patryk: made SQL query work with PostgreSQL by correcting ↵ | Dries Buytaert | 2005-04-25 |
| | | | | a 'GROUP BY'-clause. | ||
* | - Patch #21246 by patryk: made the prefix.sh script work with PostgreSQL. | Dries Buytaert | 2005-04-25 |
| | |||
* | - Patch #21282 by Walkah: fixed theme('page') problem with aggregator module. | Dries Buytaert | 2005-04-25 |
| | |||
* | - #20910: print -> return | Steven Wittens | 2005-04-24 |
| | |||
* | - #21195: book admin broken under php5 | Steven Wittens | 2005-04-24 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Usability improvement: made the markers easier to understand. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Moving the queue module to contrib. This has been discussed months ago. ↵ | Dries Buytaert | 2005-04-24 |
| | | | | Who wants to be the maintainer? | ||
* | - Patch #18719 by Jose: reworked the 'request new password' functionality. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Don't jump to the homepage | Dries Buytaert | 2005-04-24 |
| | |||
* | - Small fixes | Dries Buytaert | 2005-04-24 |
| | |||
* | - Work by chx and myself: added a site-wide contact form to the contact module. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Fix search index not wiping on admin settings change. | Steven Wittens | 2005-04-23 |
| | |||
* | - #20868: Blogapi was still using the old workflow variables. | Steven Wittens | 2005-04-23 |
| | |||
* | - #21021: wrong url in INSTALL.txt | Steven Wittens | 2005-04-23 |
| | |||
* | - #20391: Popular content block did not respect node access permissions. | Steven Wittens | 2005-04-23 |
| | |||
* | - Fixed broken query | Dries Buytaert | 2005-04-21 |
| | |||
* | - Make the auto-linebreak filter also ignore the contents of <script>. | Steven Wittens | 2005-04-20 |
| | | | | This makes it easier to use JavaScript (e.g. Google Adsense) inside blocks. | ||
* | - Make the auto-linebreak filter also ignore the contents of <script>. | Steven Wittens | 2005-04-20 |
| | | | | This makes it easier to use JavaScript (e.g. Google Adsense) inside blocks. | ||
* | - Patch #12737 by pyromanfo: added support for private profile fields. | Dries Buytaert | 2005-04-18 |
| | |||
* | - Patch #20690 by jhriggs: editing a user does not clear the menu cache. | Dries Buytaert | 2005-04-18 |
| |