Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | - Patch #18275 by Steven: "create content" menu displays extraneous links. | Dries Buytaert | 2005-05-26 |
| | | | | (Not sure if this needs to be backported to DRUPAL-4-6.) | ||
* | - #18406: make node_page 404 on meaningless nids | Steven Wittens | 2005-05-25 |
| | |||
* | - Sort admin-content by descending node date. This got lost in the ↵ | Steven Wittens | 2005-05-25 |
| | | | | refinement-filter patch. | ||
* | * cue Star Wars theme tune * | Steven Wittens | 2005-05-24 |
| | | | | | | Return of the JavaScript! - #22519: form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags. | ||
* | - Patch by chx: added a db_rewrite_sql() in node_load() just to make sure. | Dries Buytaert | 2005-05-17 |
| | |||
* | - Patch 20910 by chx: centralize print theme page. | Dries Buytaert | 2005-04-24 |
| | |||
* | - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it ↵ | Dries Buytaert | 2005-04-11 |
| | | | | invokes to deal with the body of the node, but afterwards it only uses the teaser to generate the feed. So the nodeapi hook should be called with teaser processing in mind. This simple patch fixes that. | ||
* | - Removed weird phpdoc line | Dries Buytaert | 2005-04-05 |
| | |||
* | - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵ | Dries Buytaert | 2005-04-01 |
| | | | | should write guidelines for this -- maybe in the PHPDoc code of the _help hook. | ||
* | - Patch #19739 by Uwe: corrected many typo's in the documentation and code ↵ | Dries Buytaert | 2005-03-31 |
| | | | | comments | ||
* | - #18817: Clean up plain-text checking (see drupal-devel!) | Steven Wittens | 2005-03-31 |
| | |||
* | - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors. | Steven Wittens | 2005-03-27 |
| | |||
* | - #17343: Fix safari CSS issues with node admin. | Steven Wittens | 2005-03-27 |
| | |||
* | - #19405: Fix SQL in comment block for anonymous users. | Steven Wittens | 2005-03-24 |
| | |||
* | - #19089: Remove depency on taxonomy.module by node.module (kjartan) | Steven Wittens | 2005-03-18 |
| | |||
* | - #12401: Non-admins should obey workflow wrt revisions. | Steven Wittens | 2005-03-18 |
| | |||
* | - Patch #18216: fixed nodeapi settings hook. | Dries Buytaert | 2005-03-07 |
| | |||
* | - Bumped the RSS version from 0.92 to 2.0 | Dries Buytaert | 2005-03-07 |
| | |||
* | - Patch #18418 by chx: jonbob node_access_view_all patch changed the return ↵ | Dries Buytaert | 2005-03-05 |
| | | | | value of node_access_where_sql to empty which breaks nicely all queries which are still using this function. This is a good incentive to upgrade to db_rewrite_sql, yes, but I think it causes confusion, 'cos it is not really trivial why the query suddenly not works. Let's make it trivial -- rename it _node_access_where_sql, it is no longer a function to be called from outside. node_access_join_sql similarly. | ||
* | #18226: Non-admins were not obeying workflow. | Steven Wittens | 2005-03-04 |
| | |||
* | #18329: Unify confirmation messages (and make them themable) | Steven Wittens | 2005-03-03 |
| | |||
* | - Patch #18045 by JonBob: the node type admin page uses an unclear callback ↵ | Dries Buytaert | 2005-03-01 |
| | | | | name, and uses arg() where it is not necessary. The attached patch cleans this up by unifying node_types() with node_types_configure(). | ||
* | - Patch #18123 by chx: the $return['distinct'] in the past should have been ↵ | Dries Buytaert | 2005-03-01 |
| | | | | module_implements('node_grants') but after JonBob's node_access_view_all_nodes, that part happens only if node_grants is in effect, so it is simplified to 1. | ||
* | #17747: PGSQL improvements | Steven Wittens | 2005-02-28 |
| | |||
* | - #17870: Add preview CSS class to node preview (drumm) | Steven Wittens | 2005-02-27 |
| | |||
* | - Patch #17687 by Gerhard: removed some cruft. | Dries Buytaert | 2005-02-21 |
| | |||
* | - Fixing broken search after sql rewrite patches | Steven Wittens | 2005-02-19 |
| | | | | - Minor code style fixes. | ||
* | - Patch #16558 by JonBob: improved performance of node access checks. | Dries Buytaert | 2005-02-18 |
| | |||
* | - Fixed broken colspan. Reported by asimmonds. | Dries Buytaert | 2005-02-14 |
| | |||
* | - Fixed broken colspan. | Dries Buytaert | 2005-02-11 |
| | |||
* | - Patch #16960 by Goba: fixed content type options. | Dries Buytaert | 2005-02-10 |
| | |||
* | - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk ↵ | Dries Buytaert | 2005-02-10 |
| | | | | failed last time. Note that I've removed the 'delete' link since it doesn't work and is mostly obsolete with the 'mass delete' feature. I've also added smart destination andling to the 'url alias delete' feature." | ||
* | - Fixing broken drupal_goto() after node submission on PHP5. | Steven Wittens | 2005-02-04 |
| | |||
* | - PHP5 fix due object references: node previewing should not put node output ↵ | Steven Wittens | 2005-02-04 |
| | | | | into form. | ||
* | - Fix warning due to old session variable. | Steven Wittens | 2005-02-02 |
| | |||
* | #10296: Clean up admin - content: | Steven Wittens | 2005-02-02 |
| | | | | | | | | - Mass-delete functionality (with confirmation) - Flexible filtering for the overview table based on status, type and taxonomy. - Missing drupal_goto's - Clean up watchdog messages - Remove some dead code | ||
* | - Patch #16513 by James (slightly modified): export categories and ↵ | Dries Buytaert | 2005-02-01 |
| | | | | | | enclosures to RSS feeds (and made RSS feeds extensible). NOTE: this needs to be documented. | ||
* | - Patch #16111 by chx: fixed some bugs in the db_rewrite_sql() code. | Dries Buytaert | 2005-01-31 |
| | |||
* | - Patch #16253 by Goba: incremental improvements to the new content markers. | Dries Buytaert | 2005-01-30 |
| | | | | Goba: it would be nice if one of the core themes would showcase this functionality. ;-) | ||
* | - Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query. | Dries Buytaert | 2005-01-29 |
| | |||
* | - Patch #6025 by Jeremy: avoid data to get lost when two users are editing a ↵ | Dries Buytaert | 2005-01-27 |
| | | | | node at the same time. | ||
* | - Patch #16192 by Neil: moved the submission guidelines found in forum, ↵ | Dries Buytaert | 2005-01-26 |
| | | | | story, and blog and the minimum number of words found in story and blog (blog had a slight bug) into the node module. | ||
* | - Modified patch #14170 by Neil: improved default workflow (default node ↵ | Dries Buytaert | 2005-01-24 |
| | | | | | | type) configuration page. Modified the patch to remove some redundant code, to translate strings, and to better use the menu system. | ||
* | - I had to modify chx's patch/change because it did not work with PHP5. ↵ | Dries Buytaert | 2005-01-23 |
| | | | | Please double-check. | ||
* | - Patch #16026 by chx: fixed node-level permissions. | Dries Buytaert | 2005-01-23 |
| | |||
* | Documenting a tricky regexp. | Steven Wittens | 2005-01-22 |
| | |||
* | - Another code style fix. | Steven Wittens | 2005-01-19 |
| | |||
* | - Fix tracker pager count query being wrong (it did not return a count but a ↵ | Steven Wittens | 2005-01-19 |
| | | | | | | set, and it counted nodes with more than 1 comment as multiple nodes). - Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings. | ||
* | - #15500: Fix tracker not showing nodes without comments. | Steven Wittens | 2005-01-19 |
| | | | | - Tiny code style fix | ||
* | - The real code fixes ;) | Steven Wittens | 2005-01-17 |
| |