Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #103041 by O Govinda, gaele and keith.smith: reworked node help, removing ↵ | Gábor Hojtsy | 2007-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 | ||
* | #201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no ↵ | Gábor Hojtsy | 2007-12-17 |
| | | | | node types defined | ||
* | #199439 by douggreen: fix content search in PostgreSQL | Gábor Hojtsy | 2007-12-14 |
| | |||
* | #199158 by catch: AND was used in place of WHERE in search module reindex code | Gábor Hojtsy | 2007-12-14 |
| | |||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-12-13 |
| | | | | promote flag in node_unpromote_action() | ||
* | #195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-12-11 |
| | | | | to RSS feed teasers for RSS reader usability | ||
* | #116726 by Pancho: (usability) standardize on '@type %title' usage in node ↵ | Gábor Hojtsy | 2007-12-11 |
| | | | | feedback messages | ||
* | #198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node ↵ | Gábor Hojtsy | 2007-12-10 |
| | | | | author uid takes precedence over the revision uid | ||
* | #188908 by JirkaRybka, documentation added: empty feeds resulted in feeds ↵ | Gábor Hojtsy | 2007-12-10 |
| | | | | with all nodes instead | ||
* | #198579 by webernet and hswong3i: a huge set of coding style fixes, including: | Gábor Hojtsy | 2007-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 functions | Gábor Hojtsy | 2007-12-06 |
| | |||
* | security fixes forward ported from Drupal 5.2 - previously not committed ↵ | Gábor Hojtsy | 2007-12-05 |
| | | | | parts of http://drupal.org/cvs?commit=74833 | ||
* | #184968 by chx and myself: confirm forms for node revision and delete forms ↵ | Gábor Hojtsy | 2007-12-03 |
| | | | | (avoiding CSRF) | ||
* | #155337 by gpk and Bevan: only treat newlines teaser breakers, if the ↵ | Gábor Hojtsy | 2007-11-29 |
| | | | | newline filter is present in the particular input format | ||
* | - Patch #162381 by Heine et al: properly escape strings. | Dries Buytaert | 2007-11-28 |
| | |||
* | #184968 spin off coding style fixes to let the substance of the patch get ↵ | Gábor Hojtsy | 2007-11-27 |
| | | | | reviewed | ||
* | #115912: remove misleading reference to node formats in node_teaser() phpdoc | Gábor Hojtsy | 2007-11-27 |
| | |||
* | #120960 by blakehall, JirkaRybka, catch: improve usability of content ↵ | Gábor Hojtsy | 2007-11-26 |
| | | | | editing permission names | ||
* | #194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-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 Hojtsy | 2007-11-23 |
| | | | | early, not taking break type precedence into account | ||
* | #188462 by bjaspan: null value in revision log field violated non-null ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | constraint in PostgreSQL | ||
* | #193064 patch by myself: take node by reference, when revisionn is saved, so ↵ | Gábor Hojtsy | 2007-11-20 |
| | | | | we get the vid property updated on PHP 4 too | ||
* | #191931 by webchick: user avatars were not displayed on nodes | Gábor Hojtsy | 2007-11-14 |
| | |||
* | - Patch #187799 by greggles et al: fixed problem with revisions being ↵ | Dries Buytaert | 2007-11-13 |
| | | | | associated with the wrong user. | ||
* | - Patch #146466 by douggreen, Steven et al: Remove temporary table usage ↵ | Dries Buytaert | 2007-11-13 |
| | | | | from search module | ||
* | #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵ | Gábor Hojtsy | 2007-11-12 |
| | | | | 'content' as appropriate | ||
* | #180191 by chx: fix notice in teaser handling | Gábor Hojtsy | 2007-11-05 |
| | |||
* | - Patch #186718 by bdragon: removed redundant query. | Dries Buytaert | 2007-10-28 |
| | |||
* | #40934 by catch and fajerstarter: remove admin search page as it was broken ↵ | Gábor Hojtsy | 2007-10-24 |
| | | | | and the same as the usual search page anyway | ||
* | #182645 by scor: clean up concatenations to be in line with core coding ↵ | Gábor Hojtsy | 2007-10-19 |
| | | | | standards | ||
* | - Patch #182950: fieldset massaging for usability. | Dries Buytaert | 2007-10-12 |
| | |||
* | #72487 by chx, pwolanin and moshe weitzman: let node_access() work on ↵ | Gábor Hojtsy | 2007-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 Hojtsy | 2007-10-11 |
| | | | | closing unclosed tags, avoiding empty table containers, and so on | ||
* | #116200 by njivy: initilize node type data before trying to delete a node ↵ | Gábor Hojtsy | 2007-10-08 |
| | | | | type, so we have data about what do we delete | ||
* | - Patch #164510 by yched et al: node.changed not updated on mass operations. | Dries Buytaert | 2007-10-03 |
| | |||
* | - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing ↵ | Dries Buytaert | 2007-10-02 |
| | | | | feature from schema API: load/save records based upon schema. | ||
* | #174220 by webernet: fix noticed in node module when a user has no adminiter ↵ | Gábor Hojtsy | 2007-09-27 |
| | | | | nodes permission | ||
* | - Patch #135926 by mooffie: hook_link is called by the wrong parameters. ↵ | Dries Buytaert | 2007-09-26 |
| | | | | Fixed disconnect between node_view() and hook_link(). | ||
* | #177182 by hswong3i: the range query in node_update_index() used more ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | arguments the placeholders | ||
* | #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | what the user seen and what was indexed was different | ||
* | #177654 by chx: admin/content has items with comment, feed, etc management, ↵ | Gábor Hojtsy | 2007-09-25 |
| | | | | so a node admin permission should not be required to visit it | ||
* | #175743 by Desbeers: fix numerous issues around node submission dates and ↵ | Gábor Hojtsy | 2007-09-19 |
| | | | | content editing | ||
* | #174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for ↵ | Gábor Hojtsy | 2007-09-14 |
| | | | | read more links, ie. we are not repeating the same text but include meaningful information | ||
* | #172773 by numerous contributors: Make the actions interface usable by mere ↵ | Gábor Hojtsy | 2007-09-11 |
| | | | | | | | | | mortals (including rename of actions.module to trigger, but keeping the actions themselfs). Complete previous history of actions module: - #148410 by jvandyk: added rewrite of the actions module! - #155986 by Uwe: fixed typos. - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on | ||
* | #172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queries | Gábor Hojtsy | 2007-09-09 |
| | |||
* | - Patch #172961 by webernet: code style cleanup. | Dries Buytaert | 2007-09-05 |
| |