summaryrefslogtreecommitdiff
path: root/modules/node/node.admin.inc
Commit message (Collapse)AuthorAge
...
* #542206 by asimmonds: Fix admin/content filters (with tests).Angie Byron2009-08-23
|
* #542658 follow-up by sun: Move action 'tabs' out of local tasks and into ↵Angie Byron2009-08-23
| | | | local actions.
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #535564 by Gábor Hojtsy: the D7UX mockups call for a top level ↵Dries Buytaert2009-07-30
| | | | Content item, which would immediatey lead to the "Find content" screen. The current Drupal 7 code is almost there, but still has an RSS settings item blocking the implementation of this by default and aggregator and book also add subitems.
* #448878 by brianV: Convert node.admin.inc to DBTNG.Angie Byron2009-07-21
|
* - Patch #394702 by Jody Lynn: add a 'add new content' link to the content ↵Dries Buytaert2009-07-07
| | | | | | admin overview page. We can work on creating a generic framework for adding tasks later, if that is deemed necessary. I'm still not sure it is, and in the mean time, this patch addresses an important usability issue.
* - Patch #489402 by Jody Lynn JamesAn: removing unused code.Dries Buytaert2009-07-06
|
* - Patch #504564 by tic2000: fixed teaser length setting and added tests.Dries Buytaert2009-07-01
|
* #482346 by Berdir: Move module installation logic to module_enable() to ↵Angie Byron2009-06-28
| | | | prevent errors upon enabling modules.
* - Patch #361277 by michaelfavia, Brandonian, catch, et al: remove the 'post ↵Dries Buytaert2009-06-05
| | | | settings' admin screen and relocate options.
* #220233 by Berdir, marcingy, et al: Add useful API functions for extracting ↵Angie Byron2009-06-04
| | | | node type data.
* - Patch #226479 by brianV: 'clean-up' rebuild permission checks.Dries Buytaert2009-06-03
|
* - Patch #477944 by Damien Tournoud: fix and streamline page cache and ↵Dries Buytaert2009-06-02
| | | | session handling.
* - Patch #472642 by stella, agentrickard: remove 'implementation of' ↵Dries Buytaert2009-05-27
| | | | nominalizations from Docblocks.
* - Patch #471800 by stella: more code style fixes.Dries Buytaert2009-05-25
|
* - Patch #471070 by stella: millions of code style fixes.Dries Buytaert2009-05-24
|
* #457080 by moshe weitzman: Add node_delete_multiple() for more efficient ↵Angie Byron2009-05-20
| | | | deletion of lots of nodes.
* - Patch #456722 by akahn: use format_plural() on node delete.Dries Buytaert2009-05-15
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #394484 by Berdir and Crell: converted node module to the new ↵Dries Buytaert2009-04-25
| | | | database abstraction layer. Yay.
* - Patch #297391 by mr.baileys: removed unused code.Dries Buytaert2009-03-20
|
* #394508 by cwgordon7 and karschsp: Small text change to make empty content ↵Angie Byron2009-03-17
| | | | administration screen consistent with other screens.
* Roll-back of users -> user table name change in #330983: Broken pgsql is no fun.Angie Byron2009-02-26
|
* #330983 by recidive and boombatower: Rename users/users_roles tables to ↵Angie Byron2009-02-18
| | | | user/user_role for consistency.
* #371231 by JohnAlbin and EclipseGC: Rename clear-block CSS class to ↵Angie Byron2009-02-18
| | | | clearfix, which is the lingo that designers use for it.
* - Patch #355236 by Frando: refactor drupal_render() theming.Dries Buytaert2009-02-03
|
* - Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, ↵Dries Buytaert2009-01-19
| | | | unless something has been written to . This is an important performance improvements -- as long as you use modules that use carefully. It might be good to report some analytics about this in the performance settings page so administrators can see if there is a 'broken' module.
* - Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL ↵Dries Buytaert2009-01-14
| | | | table namespace.
* - Rollback of #225562 -- I think there is still something wrong.Dries Buytaert2009-01-13
|
* - Patch #225562 by Jody Lynn: change DB table names from eg. term_data to ↵Dries Buytaert2009-01-13
| | | | taxonomy_term_data.
* - Patch #266246 by David Strauss: added smart defaults for ↵Dries Buytaert2009-01-11
| | | | system_settings_form().
* #355787 by mikey_p: Fix notice at content administration page caused by typo.Angie Byron2009-01-08
|
* - Patch #349504 by keith.smith: clean up sentence spacing in code comments.Dries Buytaert2008-12-20
|
* - Patch #305345 by catch: making all terminology consistent.Dries Buytaert2008-11-22
|
* #315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().Angie Byron2008-11-10
|
* #329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.Angie Byron2008-11-03
|
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
|
* #308534 by Dave Reid: Remove stray whitespace core-wide.Angie Byron2008-09-15
|
* #213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node ↵Angie Byron2008-09-15
| | | | sortable.
* - Patch #279620 by zeta ζ: made it easier to translate the teaser settings.Dries Buytaert2008-07-19
|
* - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵Dries Buytaert2008-07-16
| | | | printes #markup, not #value.
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* - Patch #226480 by gpk: improved code comment.Dries Buytaert2008-03-11
|
* - Patch #210131 by dvessel, catch, John, et al: updated jQuery library.Dries Buytaert2008-02-06
|
* #197833 by gdevlugt: node filtering theme function was not applied (minor)Gábor Hojtsy2008-02-03
|
* #202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in ↵Gábor Hojtsy2008-01-29
| | | | node module
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #203274 by Pasqualle: remove excessive witespace from our code (minor)Gábor Hojtsy2007-12-22
|
* #164510 by yched, KarenS: move node batch operations to node.admin.inc for ↵Gábor Hojtsy2007-12-20
| | | | performance and fix a buggy message
* #198579 by webernet and hswong3i: a huge set of coding style fixes, including:Gábor Hojtsy2007-12-08
| | | | | | | | - whitespaces at end of lines - indentation - control structure usage - whitespace in empty lines - phpdoc comment formatting