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
Gábor Hojtsy
c7c88bbf3f
#161963 by Gurpartap Singh: proper links to Drupal.org module and theme download pages
2007-07-25 14:31:48 +00:00
Dries Buytaert
b1285bb979
- Patch #147061 by yched, dvessel, pwoladin: properly delete node types. (These guys are becoming a dream team. Good job.)
2007-07-21 09:55:18 +00:00
Dries Buytaert
1cd02d7ec1
- Patch #160579 by pwolanin: removed some dead code from node_form_submit().
2007-07-20 08:45:07 +00:00
Gábor Hojtsy
64def7cb3e
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
2007-07-16 12:43:06 +00:00
Gábor Hojtsy
4a65afa132
#100636 by kkaefer, webchick and Arancaytar: more specific page titles for node creation and editing
2007-07-16 12:34:32 +00:00
Dries Buytaert
0eb9eb2f14
- Patch #157709 by tangent: avoid namespace collisions.
2007-07-16 07:40:27 +00:00
Dries Buytaert
cd8690fb85
- Patch #158790 by kkaefer: usability improvement: automatically select proper radio button.
2007-07-14 15:28:02 +00:00
Gábor Hojtsy
51b789c0d3
#156778 by asimmonds: revert node and comment deletions to the pre-deletion API state
2007-07-13 20:04:47 +00:00
Gábor Hojtsy
806d0a3dee
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
2007-07-05 08:48:58 +00:00
Dries Buytaert
11c3b79776
- Patch #155747 by merlinofchaos: node.tpl.php theme definition in the wrong place
2007-07-03 20:31:15 +00:00
Dries Buytaert
3f03b04291
- Patch #126229 by ChrisKennedy, asimmonds et al: increase node title maxlength to 255 so people can use it to enter publictions with really long titles. ;)
2007-07-03 19:42:14 +00:00
Dries Buytaert
b6c069ad7d
- Patch #20295 by pyromanfo, webchick, Gurpartap Singh et al: allow forum topics to be custom node types.
2007-07-02 17:08:36 +00:00
Dries Buytaert
ee701b3336
- Patch #155986 by Uwe: fixed typos.
2007-07-02 14:41:37 +00:00
Gábor Hojtsy
3409019929
#146386 by kbahey: refactor 'submitted by user - date' themeing and make it more verbose to translate
2007-07-01 23:15:41 +00:00
Gábor Hojtsy
ef29077044
#108456 by RobRoy: optional custom teaser lengths and much needed documentation on how node_teaser works
2007-07-01 21:52:43 +00:00
Gábor Hojtsy
b33070d176
#152493 by yched, freeman and pwolanin: Minimalistic approach to node rendering styles for D6
2007-07-01 21:16:09 +00:00
Dries Buytaert
e59852d336
- Rollback of patch #147723 : delete API. Talked to Steven and Gabor and we
...
unanimously agreed to rollback the deletion API. We all support the
features this patch added, yet not its actual design and implementation.
After some talk, we decided that it would be better for Drupal -- in the
long term -- not to go with a solution that isn't 100%. We also recognize
that in the short term, this patch would have been useful addition. So
let's figure out how we can implement this properly in D7.
2007-07-01 17:41:16 +00:00
Gábor Hojtsy
9e6ef53c2c
#154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array
2007-06-30 19:46:58 +00:00
Dries Buytaert
2348e7de6f
- Patch #148410 by jvandyk: added rewrite of the actions module!
...
This is a very important patch, but one that is merely an enabler.
Hopefully we'll see more people submitting "action patches" in the
near future.
Thanks for the hard work and persistence, John. *If* you decide
to update the Drupal Pro Development book to Drupal 6, make sure
to add a chapter on actions. ;)
2007-06-29 18:06:51 +00:00
Dries Buytaert
2bf7c1c0e3
- Patch #147662 by Gordon et al: add new #pre_render callback to drupal_render().
2007-06-28 07:48:41 +00:00
Gábor Hojtsy
03d5ff739e
#136585 by hunmonk and pwolanin: fix too tight permissions on admin/content
2007-06-28 00:48:26 +00:00
Gábor Hojtsy
c362ae539a
#153998 by pwolanin: separate edit a delete permissions, so people who can edit a node cannot delete it too automatically
2007-06-26 22:27:25 +00:00
Gábor Hojtsy
a9749f8b72
#154224 by hunmonk: add destination argument to _drupal_delete(), instead of using drupal_goto() directly, so the callback cycle can complete
2007-06-26 20:30:49 +00:00
Steven Wittens
7093495f7c
#154046 : Optimize confirm_form syntax for common usage (and fix some $form_state bugs).
2007-06-24 10:09:53 +00:00
Steven Wittens
028c8e6050
#148678 : Fix notices/warnings on invalid paths like 'node/zzz'. (chx/pwolanin/webernet)
2007-06-24 00:38:40 +00:00
Gábor Hojtsy
6082539532
#133028 by alienbrain and Moshe Weitzman: allow positioned submit buttons in node forms via form_alter by not hard-coding the button order
2007-06-23 13:04:29 +00:00
Steven Wittens
fe8b35f527
#153781 : Convert all remaining confirm_forms() to deletion api.
2007-06-22 08:32:28 +00:00
Steven Wittens
38a1300df2
#147723 : Deletion API (by hunmonk). Woop woop.
2007-06-22 05:44:21 +00:00
Dries Buytaert
aa308028aa
- Patch #131026 by James et al: OpenID client support for Drupal!
...
Let this be the day where we help revolutionize the online society, and the
way websites and web services interoperate. Or something.
2007-06-18 16:09:39 +00:00
Gábor Hojtsy
8b8d7e6a4d
#152490 by Keymone: missing {} around node table name
2007-06-17 14:37:33 +00:00
Dries Buytaert
931a4f32dc
- Patch #152171 by yched: added missing validation routines for settings.
2007-06-15 22:00:30 +00:00
Gábor Hojtsy
85805096f7
#142280 by Jose A Reyero, yched and myself: Content translation support built on the existing node language feature
2007-06-15 18:40:14 +00:00
Dries Buytaert
546719769b
- Patch #101319 by pwolanin: make sure that node->revision can be altered.
2007-06-07 03:45:57 +00:00
Dries Buytaert
27388f6655
- Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id().
2007-06-05 12:13:23 +00:00