summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* - Patch #25634 by chx: simplified node_load().Dries Buytaert2005-07-17
|
* - Fix by darix: fixed content type settings broken by berkes' last patch.Dries Buytaert2005-07-07
|
* - Patches by Ber: move user settings and node settings to admin/settings.Dries Buytaert2005-07-03
|
* - Fixed problems with filter formats and problem with XML-RPC server.Dries Buytaert2005-06-29
|
* - Patch #25603 by Stefan: made the sizes of forms consistent.Dries Buytaert2005-06-27
| | | | TODO: document the defaults in the PHPdoc comments.
* - Patch #18213 by chx: boostrap system. Modified to work with HEAD, tidiedDries Buytaert2005-06-22
| | | | | | | up the documentation a little. chx: can you double-check whether the global $conf variable is secure? (That is, make sure it can't be send using the URL or something.)
* - Patch #25121 by Robrecht J.: changed itemized lists with hardcoded CSS to ↵Dries Buytaert2005-06-21
| | | | definition lists.
* - Patch #16204 by Thox: committed the collapsible form elements patch.Dries Buytaert2005-06-21
| | | | | | NOTE: this patch works well, but the improved node edit form still has some rough edges. It is important that we continue to improve usability. Give it a try.
* - Removing some whitespaceDries Buytaert2005-06-06
|
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - #18836: Cleanup teaser generation code, and refine handling of PHP code ↵Steven Wittens2005-06-01
| | | | teasers.
* - Code cleanup: improve format_plural usage, add some missing ↵Steven Wittens2005-05-31
| | | | placeholder/check calls, and introduce API for <link> tags.
* - Patch #18275 by Steven: "create content" menu displays extraneous links.Dries Buytaert2005-05-26
| | | | (Not sure if this needs to be backported to DRUPAL-4-6.)
* - #18406: make node_page 404 on meaningless nidsSteven Wittens2005-05-25
|
* - Sort admin-content by descending node date. This got lost in the ↵Steven Wittens2005-05-25
| | | | refinement-filter patch.
* * cue Star Wars theme tune *Steven Wittens2005-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 Buytaert2005-05-17
|
* - Patch 20910 by chx: centralize print theme page.Dries Buytaert2005-04-24
|
* - Patch #20188 by Goba: Node_feed() instructs the nodeapi view call it ↵Dries Buytaert2005-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 lineDries Buytaert2005-04-05
|
* - Patch #19451 by JonBob: improved consistency of module descriptions. We ↵Dries Buytaert2005-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 Buytaert2005-03-31
| | | | comments
* - #18817: Clean up plain-text checking (see drupal-devel!)Steven Wittens2005-03-31
|
* - #19353: Fix 'submit' button behaviour wrt optional previewing and form errors.Steven Wittens2005-03-27
|
* - #17343: Fix safari CSS issues with node admin.Steven Wittens2005-03-27
|
* - #19405: Fix SQL in comment block for anonymous users.Steven Wittens2005-03-24
|
* - #19089: Remove depency on taxonomy.module by node.module (kjartan)Steven Wittens2005-03-18
|
* - #12401: Non-admins should obey workflow wrt revisions.Steven Wittens2005-03-18
|
* - Patch #18216: fixed nodeapi settings hook.Dries Buytaert2005-03-07
|
* - Bumped the RSS version from 0.92 to 2.0Dries Buytaert2005-03-07
|
* - Patch #18418 by chx: jonbob node_access_view_all patch changed the return ↵Dries Buytaert2005-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 Wittens2005-03-04
|
* #18329: Unify confirmation messages (and make them themable)Steven Wittens2005-03-03
|
* - Patch #18045 by JonBob: the node type admin page uses an unclear callback ↵Dries Buytaert2005-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 Buytaert2005-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 improvementsSteven Wittens2005-02-28
|
* - #17870: Add preview CSS class to node preview (drumm)Steven Wittens2005-02-27
|
* - Patch #17687 by Gerhard: removed some cruft.Dries Buytaert2005-02-21
|
* - Fixing broken search after sql rewrite patchesSteven Wittens2005-02-19
| | | | - Minor code style fixes.
* - Patch #16558 by JonBob: improved performance of node access checks.Dries Buytaert2005-02-18
|
* - Fixed broken colspan. Reported by asimmonds.Dries Buytaert2005-02-14
|
* - Fixed broken colspan.Dries Buytaert2005-02-11
|
* - Patch #16960 by Goba: fixed content type options.Dries Buytaert2005-02-10
|
* - Patch #16246 by Moshe: "Here is a patch for node.module since thta hunk ↵Dries Buytaert2005-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 Wittens2005-02-04
|
* - PHP5 fix due object references: node previewing should not put node output ↵Steven Wittens2005-02-04
| | | | into form.
* - Fix warning due to old session variable.Steven Wittens2005-02-02
|
* #10296: Clean up admin - content:Steven Wittens2005-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 Buytaert2005-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 Buytaert2005-01-31
|