Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Patch 5287 by Stefan: multiline help texts should become inside a single ↵ | Dries Buytaert | 2004-01-23 |
| | | | | $output. | ||
* | - Patch 5330 by Adrian: PostgreSQL updates and fixes. | Dries Buytaert | 2004-01-23 |
| | |||
* | - Patch #5351 by Kyber: fixed bug in field_get(). | Dries Buytaert | 2004-01-23 |
| | |||
* | - Some small forum changes. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Forum module improvements. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch #5281: removed hardcoded table and CSS from the queue module. Made | Dries Buytaert | 2004-01-21 |
| | | | | the queue page-able. Patch by Stefan. | ||
* | - Bug 5285: fixed broken URLs in user module. Patch by Stefan. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Patch 5283 by Stefan: fixed typos in comment module. | Dries Buytaert | 2004-01-21 |
| | |||
* | - Added missing permission check. Patch by Ax. | Dries Buytaert | 2004-01-21 |
| | | | | - Added a $granularity field to format_interval(). | ||
* | Patch 5187 by Goba: | Dries Buytaert | 2004-01-21 |
| | | | | | | | | | - puts the long multiline help text into one string - fixes the ambiquity of calling two things on the same name: "custom block" now the user customizeable blocks are called custom blocks, and the admin defined blocks are called Administator Defined Blocks - added info on throttle to the explanation on when a block is displyed - also fixing some small typos | ||
* | - Patch 5256: code improvements: theme('header') + theme('footer') -> ↵ | Dries Buytaert | 2004-01-19 |
| | | | | | | theme('page'). Patch by Gerhard. | ||
* | - Changed some wording | Dries Buytaert | 2004-01-19 |
| | |||
* | - Removed instances of the 'throttle_enable' variable. | Dries Buytaert | 2004-01-19 |
| | |||
* | - Fixed bug 5247: active link marking invalidates HTML. Patch by Goba. | Dries Buytaert | 2004-01-19 |
| | |||
* | Removed left-over check in filter.module, fixes bug 5248. | Steven Wittens | 2004-01-19 |
| | |||
* | - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text. | Dries Buytaert | 2004-01-18 |
| | |||
* | - Code beautifications: corrected indentation. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Small CSS improvements to help fix bug 5145. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Fixed incomplete input checking. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Reworked error/status reporting in the aggregator module to fix a bug. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Patch #5184: fixed block path and aliases. Patch by Nick. | Dries Buytaert | 2004-01-17 |
| | |||
* | - Removed the 'enable/disable' setting from the throttle module. To disable | Dries Buytaert | 2004-01-17 |
| | | | | a module, disable it from the modules configuration page. | ||
* | - Comment setting improvements: updated the form descriptions, reorganized the | Dries Buytaert | 2004-01-17 |
| | | | | | settings in groups, fixed a warning, rewrote the comments per page settings, etc. | ||
* | - Fixed bug in session query that prevented sessions to work on PostgreSQL. | Dries Buytaert | 2004-01-17 |
| | | | | Patch by Adrian. | ||
* | - Removed the $help parameter from the _form hook. The help, typically | Dries Buytaert | 2004-01-17 |
| | | | | submission guidelines, should be emmitted using the _help hook. | ||
* | - Small cleanups | Dries Buytaert | 2004-01-15 |
| | |||
* | - Added default permissiona to the MySQL and PosgreSQL database scheme to | Dries Buytaert | 2004-01-15 |
| | | | | prevent 404s. The MS SQL database scheme still needs to be updated ... | ||
* | - Bugfix: display the correct author. Patch by Nick. | Dries Buytaert | 2004-01-15 |
| | |||
* | - Small bugfix | Dries Buytaert | 2004-01-15 |
| | |||
* | - Correction: I accidentically removed some $base_urls. | Dries Buytaert | 2004-01-14 |
| | |||
* | Patch 5114 by Kjartan: | Dries Buytaert | 2004-01-14 |
| | | | | | | | - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages. | ||
* | - Fixed 5218: book page "administer" removes original author. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Usability improvement: added a book navigation block. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Corrected some breadcrumb trails and added a paragraph about upgrading. | Dries Buytaert | 2004-01-14 |
| | |||
* | - Patch 4859: new drupal_unpack() consolidates duplicate code and makes it | Dries Buytaert | 2004-01-13 |
| | | | | | easy to show avatars next to nodes and comments. Patch by Moshe. As a showcase, maybe Xtemplate should have an option to enable/disable avatars? | ||
* | - Fixing bug #5091: Inconsistent download method defaults. | Kjartan Mannes | 2004-01-13 |
| | |||
* | - Made l() add 'class="active"' to the active/current URL. | Dries Buytaert | 2004-01-12 |
| | |||
* | - Bugfix: fixed incorrect placement of book module navigation. | Dries Buytaert | 2004-01-12 |
| | | | | - Made some of the menu styles reusable by other lists. | ||
* | - Patch #5021: clean up URLs in _help texts. Patch by UnConeD. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Applied patch #4949: node_prepare() wastes resources. Patch by Goba. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Fixed bug 4745: undefined warning in sess_read(). | Dries Buytaert | 2004-01-11 |
| | |||
* | - Fixed bug #5074: standarized the user log messages. | Dries Buytaert | 2004-01-11 |
| | |||
* | - Removed some debug info. | Dries Buytaert | 2004-01-11 |
| | |||
* | Round 3 of aggregator improvements: | Dries Buytaert | 2004-01-11 |
| | | | | | | | | | | | | | | | - Added support for new tags: + Optinal feed image: <image> tag. + Dublin core dates: <dc:date> <dcterms:created>, <dcterms:issued>, <dcterms:modified>. - Usability improvements: + On the administration page, made the feed/bundle titles link to the feeds/bundles' pages. On the feed/bundle's page, made the 'Last updated' field link to the administration page. + Moved the 'syndication' menu one level down. - Updated some content sensitive help. - Further improved themeability. - Fixed some invalid HTML. | ||
* | - Fixed typo in CSS. | Dries Buytaert | 2004-01-10 |
| | |||
* | Aggregator module improvements: | Dries Buytaert | 2004-01-10 |
| | | | | | | | | | | | | | + Added some a new theme fucntions to the aggregator to make it possible to theme the aggregator page. + Removed the <table> and much hardcoded CSS as well as theme("box")-es. + Added the aggregator's theme functions to Doxygen's themeable group. + Added breadcrumb trails to the aggregator pages. + Updated the core themes to take advantages of the improved themeability. Screenshot: http://buytaert.net/temporary/aggregator-makeover.jpg | ||
* | - Report XML parse errors. | Kjartan Mannes | 2004-01-08 |
| | |||
* | - Fixed ability to override default HTTP headers in drupal_http_request(). | Steven Wittens | 2004-01-07 |
| | | | | - Fixed issue with drupal_get_path_alias(): should return false for non-aliased URLs. | ||
* | - Many excellent news aggregator improvements by Kjartan: | Dries Buytaert | 2004-01-07 |
| | | | | | | | + Added drupal_http_request(). + Replaced rssfeeds with OPML feed subscription list. + Added support for pubDate. + Added support for conditional gets using ETag and Last-Modified. | ||
* | - Fixed default chameleon CSS. | Dries Buytaert | 2004-01-07 |
| |