Gábor Hojtsy
172a35faf4
#184968 spin off coding style fixes to let the substance of the patch get reviewed
2007-11-27 13:31:04 +00:00
Gábor Hojtsy
61f04c91c9
#115912 : remove misleading reference to node formats in node_teaser() phpdoc
2007-11-27 11:36:35 +00:00
Gábor Hojtsy
a960d4d618
#120960 by blakehall, JirkaRybka, catch: improve usability of content editing permission names
2007-11-26 11:44:04 +00:00
Gábor Hojtsy
6383dcc725
#194994 by gpk: the PHP format was moved to php/0 instead of filter/2 and this was not updated in the node teaser building code
2007-11-24 21:02:24 +00:00
Gábor Hojtsy
5dcacebf26
#194166 rollback and additional comments by chx: developers can modify menu editing behavior with hook_form_alter(), no need for menu API hacks, which were half done anyway
2007-11-24 20:59:32 +00:00
Gábor Hojtsy
c975b69d1c
#175876 by hazexp, webernet, keith.smith: unify module/theme/translation download links and include more pointers to these locations
2007-11-24 20:35:37 +00:00
Gábor Hojtsy
b501ff69c6
#180425 by Bevan, tested by gpk: teaser splitter PHP code was breaking too early, not taking break type precedence into account
2007-11-23 12:27:38 +00:00
Gábor Hojtsy
4c0a0006bd
#188462 by bjaspan: null value in revision log field violated non-null constraint in PostgreSQL
2007-11-20 18:20:37 +00:00
Gábor Hojtsy
135f366c2b
#193064 patch by myself: take node by reference, when revisionn is saved, so we get the vid property updated on PHP 4 too
2007-11-20 09:47:07 +00:00
Gábor Hojtsy
0afce23ce8
#191931 by webchick: user avatars were not displayed on nodes
2007-11-14 12:43:13 +00:00
Dries Buytaert
8d01757e5d
- Patch #187799 by greggles et al: fixed problem with revisions being associated with the wrong user.
2007-11-13 14:56:14 +00:00
Dries Buytaert
17d1527e3d
- Patch #146466 by douggreen, Steven et al: Remove temporary table usage from search module
2007-11-13 14:04:08 +00:00
Gábor Hojtsy
c856eac135
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate
2007-11-12 19:06:33 +00:00
Gábor Hojtsy
bad54847fa
#180191 by chx: fix notice in teaser handling
2007-11-05 15:14:54 +00:00
Dries Buytaert
8abed2820c
- Patch #186718 by bdragon: removed redundant query.
2007-10-28 11:43:04 +00:00
Gábor Hojtsy
de552d33b5
#40934 by catch and fajerstarter: remove admin search page as it was broken and the same as the usual search page anyway
2007-10-24 14:38:38 +00:00
Gábor Hojtsy
b64adf07c8
#182645 by scor: clean up concatenations to be in line with core coding standards
2007-10-19 10:19:03 +00:00
Dries Buytaert
b274bf87f3
- Patch #182950 : fieldset massaging for usability.
2007-10-12 14:10:18 +00:00
Gábor Hojtsy
0ada4f136a
#72487 by chx, pwolanin and moshe weitzman: let node_access() work on arbitrary users, so independent user access checks can be done in a request
2007-10-11 16:37:43 +00:00
Gábor Hojtsy
ed1a53698a
#180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on
2007-10-11 09:51:29 +00:00
Gábor Hojtsy
afff4edd2e
#116200 by njivy: initilize node type data before trying to delete a node type, so we have data about what do we delete
2007-10-08 13:04:32 +00:00
Dries Buytaert
5686eea147
- Patch #164510 by yched et al: node.changed not updated on mass operations.
2007-10-03 17:35:22 +00:00
Dries Buytaert
4bb5080ebe
- Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema.
2007-10-02 16:15:56 +00:00
Gábor Hojtsy
5d5b285dde
#174220 by webernet: fix noticed in node module when a user has no adminiter nodes permission
2007-09-27 12:56:04 +00:00
Dries Buytaert
9a0cbf62e1
- Patch #135926 by mooffie: hook_link is called by the wrong parameters. Fixed disconnect between node_view() and hook_link().
2007-09-26 18:22:34 +00:00
Gábor Hojtsy
5d1c888949
#177182 by hswong3i: the range query in node_update_index() used more arguments the placeholders
2007-09-25 15:05:01 +00:00
Gábor Hojtsy
6cf4f6b1ce
#177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different
2007-09-25 15:02:11 +00:00
Gábor Hojtsy
a8d2453b17
#177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it
2007-09-25 11:49:37 +00:00
Gábor Hojtsy
6583ac5aee
#175743 by Desbeers: fix numerous issues around node submission dates and content editing
2007-09-19 18:11:08 +00:00
Gábor Hojtsy
c3ef96b8b0
#174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for read more links, ie. we are not repeating the same text but include meaningful information
2007-09-14 09:37:29 +00:00
Gábor Hojtsy
ac7637bc9b
#172773 by numerous contributors: Make the actions interface usable by mere 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
2007-09-11 14:50:05 +00:00
Gábor Hojtsy
bfe2229b53
#172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queries
2007-09-09 20:16:09 +00:00
Dries Buytaert
ab1715750a
- Patch #172961 by webernet: code style cleanup.
2007-09-05 08:42:02 +00:00
Dries Buytaert
72f9a97681
- Patch #172860 by chx: node search does not support revisioned terms.
2007-09-05 08:35:14 +00:00
Gábor Hojtsy
1b658ae850
#144337 by yched: batch support for node access table rebuilding
2007-09-02 14:42:30 +00:00
Gábor Hojtsy
4e0071fb8a
#111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7
2007-08-30 15:31:46 +00:00
Gábor Hojtsy
f0c0447e78
#111127 follow up patchby myself: document the node_load internal cache and external cache, and how they interoperate
2007-08-26 14:15:51 +00:00
Dries Buytaert
5e73b66f3a
- Patch #168028 by dvessler, merlinofchaos, pwolanin et al: both theme functions and templates may need include files. Flush your caches.
2007-08-26 07:46:11 +00:00
Gábor Hojtsy
801756e7e6
#111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op)
2007-08-25 09:25:49 +00:00
Dries Buytaert
f8526cb55f
- Patch #167109 by pwolanin and Crell: split node.module.
2007-08-20 07:03:08 +00:00
Dries Buytaert
74292cd062
- Patch #80951 by killes, yched et al: block caching.
2007-08-19 08:08:45 +00:00
Dries Buytaert
c17499b6fe
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.)
2007-08-12 16:12:00 +00:00
Dries Buytaert
b134b023e1
- Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement.
2007-08-12 15:55:36 +00:00
Gábor Hojtsy
36cf322479
#165766 by hswong3i: node SQL fixes - primary keys have indexes themselfs, unique columns should not allow NULL
2007-08-10 11:14:22 +00:00
Dries Buytaert
cf83099de1
- Patch #153425 by pwolanin: fix use of raw in node module.
2007-08-10 06:29:01 +00:00
Gábor Hojtsy
509d570bbd
#160039 by prakashp, chx and pwolanin: fix node saving:
...
- centralize/reuse some node form saving code
- fix uploads without JS
- fix reappearing teasers on node save
2007-08-09 11:01:00 +00:00
Dries Buytaert
c70b19a91b
- Patch #163723 by Eaton and Frando: fix default page.tpl markup (and removed some whitespace).
2007-08-02 20:08:53 +00:00
Dries Buytaert
e7f195bbee
- Patch #146425 by pwolanin et al:
...
* Removes the hard-coded 'book' type and perform all node actions
equally on any node type via hook_nodeapi.
* Achieves 100% integration with the menu system. Improves
performance of book rendering.
* All the algorithms have been changed to use the tree data structure
returned by the menu system.
* Added support for 'multiple books'.
* Some UI improvements.
This is a momumental patch that took 69 iterations. Although there is
room for improvement, this is a big step forward. Thanks for the
persistence, pwolanin.
2007-07-30 18:20:21 +00:00
Dries Buytaert
49ca29d1b2
- Patch #157353 by tangent: fix site slogan in RSS feeds.
2007-07-27 13:07:06 +00:00
Gábor Hojtsy
55f2a1cfd2
#157942 by drumm: only acquire node grants if node loaded successfuly, otherwise there are nasty permission problems
2007-07-26 07:49:40 +00:00