summaryrefslogtreecommitdiff
path: root/modules/node
Commit message (Collapse)AuthorAge
* #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵Gábor Hojtsy2007-12-19
| | | | mention of UI elements we don't have, and linking in other features, we do have; also easier on the translators with text broken up into shorter parts
* - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵Dries Buytaert2007-12-18
| | | | indicies for common queries.
* - Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API ↵Dries Buytaert2007-12-18
| | | | (and removed spaces).
* #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no ↵Gábor Hojtsy2007-12-17
| | | | node types defined
* #200763 by JirkaRybka: add body field wrapper in node form for easier themeingGábor Hojtsy2007-12-17
|
* #199439 by douggreen: fix content search in PostgreSQLGábor Hojtsy2007-12-14
|
* #199158 by catch: AND was used in place of WHERE in search module reindex codeGábor Hojtsy2007-12-14
|
* #200069 by keith.smith: new standard for 'more information' links in module ↵Gábor Hojtsy2007-12-14
| | | | help texts, as the handbook we referred to before was renamed
* #200540 by theborg: fix node_make_unsticky_action() code comments and ↵Gábor Hojtsy2007-12-13
| | | | promote flag in node_unpromote_action()
* #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL ↵Gábor Hojtsy2007-12-11
| | | | behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
* #196953 by JirkaRybka: add target attribute to 'read more' links generated ↵Gábor Hojtsy2007-12-11
| | | | to RSS feed teasers for RSS reader usability
* #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵Gábor Hojtsy2007-12-11
| | | | feedback messages
* #198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node ↵Gábor Hojtsy2007-12-10
| | | | author uid takes precedence over the revision uid
* #188908 by JirkaRybka, documentation added: empty feeds resulted in feeds ↵Gábor Hojtsy2007-12-10
| | | | with all nodes instead
* #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
* #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functionsGábor Hojtsy2007-12-06
|
* security fixes forward ported from Drupal 5.2 - previously not committed ↵Gábor Hojtsy2007-12-05
| | | | parts of http://drupal.org/cvs?commit=74833
* #196410 report by daniel.soneira, patch by myself, tested by Freso: several ↵Gábor Hojtsy2007-12-05
| | | | fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes
* #184968 by chx and myself: confirm forms for node revision and delete forms ↵Gábor Hojtsy2007-12-03
| | | | (avoiding CSRF)
* #195678 by catch: standardise on Save and Preview button terminology (for ↵Gábor Hojtsy2007-11-29
| | | | comments) and button placement for comments and nodes, so Save is always the leftmost button, and there is no guessing to find it
* #155337 by gpk and Bevan: only treat newlines teaser breakers, if the ↵Gábor Hojtsy2007-11-29
| | | | newline filter is present in the particular input format
* - Patch #162381 by Heine et al: properly escape strings.Dries Buytaert2007-11-28
|
* #184968 spin off coding style fixes to let the substance of the patch get ↵Gábor Hojtsy2007-11-27
| | | | reviewed
* #195543 by hass and yhager: CSS inherit was completely misused in RTL CSS filesGábor Hojtsy2007-11-27
|
* #115912: remove misleading reference to node formats in node_teaser() phpdocGábor Hojtsy2007-11-27
|
* #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵Gábor Hojtsy2007-11-26
| | | | editing permission names
* #194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and ↵Gábor Hojtsy2007-11-24
| | | | this was not updated in the node teaser building code
* #194166 rollback and additional comments by chx: developers can modify menu ↵Gábor Hojtsy2007-11-24
| | | | editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
* #175876 by hazexp, webernet, keith.smith: unify module/theme/translation ↵Gábor Hojtsy2007-11-24
| | | | download links and include more pointers to these locations
* #180425 by Bevan, tested by gpk: teaser splitter PHP code was breaking too ↵Gábor Hojtsy2007-11-23
| | | | early, not taking break type precedence into account
* #188462 by bjaspan: null value in revision log field violated non-null ↵Gábor Hojtsy2007-11-20
| | | | constraint in PostgreSQL
* #193064 patch by myself: take node by reference, when revisionn is saved, so ↵Gábor Hojtsy2007-11-20
| | | | we get the vid property updated on PHP 4 too
* #189409 follow up note by Steven Wittens: administrator entered text should ↵Gábor Hojtsy2007-11-16
| | | | be filtered with filter_xss_admin(), not the less permissive filter_xss()
* #189409 by Arancaytar: use filter_xss() to filter content type descriptions, ↵Gábor Hojtsy2007-11-15
| | | | instead of printing them verbatim (on one occassion) and printing them with check_plain() erroneusly on another
* #191931 by webchick: user avatars were not displayed on nodesGábor Hojtsy2007-11-14
|
* - Patch #187799 by greggles et al: fixed problem with revisions being ↵Dries Buytaert2007-11-13
| | | | associated with the wrong user.
* - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵Dries Buytaert2007-11-13
| | | | from search module
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #188914 by Pasqualle: type and language filtering on node admin page was ↵Gábor Hojtsy2007-11-12
| | | | broken due to missing breaks in switch
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* #180191 by chx: fix notice in teaser handlingGábor Hojtsy2007-11-05
|
* #187881 by mooffie: fix misnamed database table names in schema documentationGábor Hojtsy2007-11-04
|
* - Patch #186718 by bdragon: removed redundant query.Dries Buytaert2007-10-28
|
* #40934 by catch and fajerstarter: remove admin search page as it was broken ↵Gábor Hojtsy2007-10-24
| | | | and the same as the usual search page anyway
* #156144 by lyricnz: do not show 'select all' checbox when there are no rows ↵Gábor Hojtsy2007-10-24
| | | | in the node admin table
* #184694 by andremolnar: (regression) allow themes to override *_node_form ↵Gábor Hojtsy2007-10-22
| | | | forms by node type, not just generically
* #182645 by scor: clean up concatenations to be in line with core coding ↵Gábor Hojtsy2007-10-19
| | | | standards
* - Patch #182950: fieldset massaging for usability.Dries Buytaert2007-10-12
|
* #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵Gábor Hojtsy2007-10-11
| | | | arbitrary users, so independent user access checks can be done in a request
* #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by ↵Gábor Hojtsy2007-10-11
| | | | closing unclosed tags, avoiding empty table containers, and so on