Dries Buytaert
|
2e8ca690ff
|
- Patch #351235 by dmitrig01, webchick, frando, moshe weitzman, et al: hook_page_alter. Oh, behave.
|
2009-01-27 00:22:27 +00:00 |
Dries Buytaert
|
6d3d75fe4b
|
- Removing whitespace.
|
2009-01-26 14:08:44 +00:00 |
Dries Buytaert
|
938c7c07a3
|
- Patch #360605 by Berdir: made CVS HEAD compatible with PHP5.3.
|
2009-01-22 12:46:07 +00:00 |
Dries Buytaert
|
4488b2481e
|
- Patch #308774 by oadaeh, catch, keith.smith: improved the revision log terminology a bit.
|
2009-01-22 12:04:27 +00:00 |
Angie Byron
|
9e2540eeb2
|
#306316 by beeradb: Rebuild the menu from node_types_rebuild() to assist with programmatic node creation.
|
2009-01-22 05:01:39 +00:00 |
Angie Byron
|
b4c737a2a5
|
#287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters().
|
2009-01-22 03:11:54 +00:00 |
Dries Buytaert
|
3dc1157a1e
|
- Patch #244904 by edkwh, keith.smith: renamed 'input format' to 'text format' based on UMN usability study.
|
2009-01-21 16:58:42 +00:00 |
Dries Buytaert
|
7e2a90629d
|
- Patch #278675 by Dave Reid, pwolanin, drewish, robertDouglass: fixed possible SQL injection risk in node_access(). Already part of Drupal 6.
|
2009-01-21 14:50:58 +00:00 |
Dries Buytaert
|
d20e457121
|
- Patch #201122 by c960657, Moshe Weitzman: never write anonymous sessions, 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.
|
2009-01-19 10:46:52 +00:00 |
Angie Byron
|
ac7de32b3c
|
#320395 by qutoz and swentel: Fix PHP notice on preview with body-less nodes.
|
2009-01-17 20:56:04 +00:00 |
Dries Buytaert
|
d3df2ff356
|
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.
|
2009-01-14 21:16:21 +00:00 |
Dries Buytaert
|
77936aef4c
|
- Rollback of #225562 -- I think there is still something wrong.
|
2009-01-13 22:41:39 +00:00 |
Dries Buytaert
|
b86354c55c
|
- Patch #225562 by Jody Lynn: change DB table names from eg. term_data to taxonomy_term_data.
|
2009-01-13 22:25:13 +00:00 |
Dries Buytaert
|
bdbd0dffe5
|
- Patch #266246 by David Strauss: added smart defaults for system_settings_form().
|
2009-01-11 21:19:19 +00:00 |
Angie Byron
|
cb159b9ff1
|
#143434 by Jody Lynn: Move 'display post information' to where users would expect.
|
2009-01-09 16:19:56 +00:00 |
Angie Byron
|
9a32ca468a
|
#8 by sun and most of #drupal: Users can now cancel their accounts. Fixing the 8th issue, almost 8 years later, on January 8th, after working 8 days full-time on it. GREAT WORK :D
|
2009-01-08 08:42:13 +00:00 |
Angie Byron
|
2ca013b11d
|
#355787 by mikey_p: Fix notice at content administration page caused by typo.
|
2009-01-08 01:16:57 +00:00 |
Dries Buytaert
|
634379299f
|
- Patch #320591 by Moshe, Crell et al: tag specific alter hook for database queries.
|
2009-01-04 19:56:51 +00:00 |
Dries Buytaert
|
27e01ade23
|
- Patch #350984 by Moshe: clean-up and bugfix of the 'kick comment rendering out of node module'.
|
2009-01-04 16:19:39 +00:00 |
Dries Buytaert
|
46249457d2
|
- Patch #295283 by Damien Tournoud: created a better index for the default front page.
|
2009-01-02 21:12:31 +00:00 |
Dries Buytaert
|
5ba50b3fe8
|
- Patch #350984 by Moshe: kick comment rendering out of node module.
|
2008-12-31 12:02:24 +00:00 |
Dries Buytaert
|
92a8adea65
|
- Patch #352470 by scor: fixed typos and grammar in comments.
|
2008-12-30 16:43:20 +00:00 |
Dries Buytaert
|
5339dccdaa
|
- Patch #299176 by Moshe et al: replace db_rewrite_sql() with hook_query_alter().
|
2008-12-29 22:29:44 +00:00 |
Dries Buytaert
|
44c0672806
|
- Patch #352093 by catch: avoid unnecessary SQL query on front page when no node access modules are enabled.
|
2008-12-29 21:51:26 +00:00 |
Dries Buytaert
|
a04728577f
|
- Patch #352054 by catch: convert calls to db_placeholders() in static queries.
|
2008-12-29 16:03:57 +00:00 |
Dries Buytaert
|
0c63d9e24f
|
- Patch #349504 by keith.smith: clean up sentence spacing in code comments.
|
2008-12-20 18:24:41 +00:00 |
Dries Buytaert
|
574a2e47ee
|
- Patch #345866 by alexanderpas, justinrandell, Dave Reid: remove from hook_block().
|
2008-12-16 23:57:33 +00:00 |
Dries Buytaert
|
18d22419f3
|
- Patch #339929 by Moshe et al: move node links into ->content.
|
2008-12-16 22:05:51 +00:00 |
Dries Buytaert
|
096b7b15b2
|
- Patch #345632 by Dave Reid: fixed a broken test that went unnoticed by the test bots.
|
2008-12-12 16:18:31 +00:00 |
Dries Buytaert
|
c0cb68abcc
|
- Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups.
|
2008-12-09 11:30:25 +00:00 |
Dries Buytaert
|
58b0235a72
|
- Patch #324313 by catch et al: load multiple nodes and terms at once.
|
2008-12-05 22:18:46 +00:00 |
Dries Buytaert
|
cadd9bd54c
|
- Patch #335086 by recidive: rename node, filter and comment module tables to singular for consistency. Oh my.
|
2008-12-03 16:32:22 +00:00 |
Dries Buytaert
|
20295998e7
|
- Patch #296624 by Damien Tournoud: made search work on PostgreSQL.
|
2008-12-02 21:24:34 +00:00 |
Dries Buytaert
|
eda100b83d
|
- Patch #338403 by drewish: code comments clean-up.
|
2008-11-25 13:14:29 +00:00 |
Angie Byron
|
66df602593
|
#314870 by Rob Loach, drewish, catch, and sun: Add hook API documentation to Drupal core.
|
2008-11-25 02:37:33 +00:00 |
Dries Buytaert
|
8e0a22e47a
|
- Patch #305345 by catch: making all terminology consistent.
|
2008-11-22 14:09:41 +00:00 |
Dries Buytaert
|
f8d3bf9798
|
- Patch #330674 by catch: we can eliminate one database query because we have the parent node cached anyway.
|
2008-11-22 13:11:05 +00:00 |
Dries Buytaert
|
b22a3c026d
|
- Added missing file from #302054
|
2008-11-16 19:51:15 +00:00 |
Dries Buytaert
|
fff06eca38
|
- Patch #302054 by dmitrig01: usability improvement - hide machine readable name of node type by default.
|
2008-11-16 18:19:46 +00:00 |
Dries Buytaert
|
15671f471b
|
- Patch #332123 by webchick, lilou: remove t() function from schema descriptions.
|
2008-11-15 13:01:11 +00:00 |
Dries Buytaert
|
97fdc49191
|
- Patch #334030 by justinrandell: replace module_list with module_implements when calling a hook.
|
2008-11-15 11:45:04 +00:00 |
Angie Byron
|
0762f60073
|
#315798 by Rob Loach, mfer, Grugnog2, and sun: Add weighting to drupal_add_js().
|
2008-11-10 05:23:01 +00:00 |
Angie Byron
|
9020a9a201
|
#331719 follow-up by chx: Remove ambiguity from search score queries.
|
2008-11-10 05:19:50 +00:00 |
Dries Buytaert
|
0290031d45
|
- Patch #319788 by stella, nedjo et al: pass language code to filters when available.
|
2008-11-08 20:43:54 +00:00 |
Angie Byron
|
ad96ff71c1
|
#329660 by pwolanin: Remove silly drupal_goto() on rebuild permissions button.
|
2008-11-03 22:43:56 +00:00 |
Angie Byron
|
d0f8f90a36
|
#303889 by David_Rothstein, kbahey, and chx: Make it possible to update D6 -> D7.
|
2008-11-03 05:55:57 +00:00 |
Dries Buytaert
|
05420fde76
|
- Patch #302120 by dmitrig01: usability improvement - make the content type admin screen prettier.
|
2008-11-02 10:52:53 +00:00 |
Dries Buytaert
|
424250196a
|
- Patch #279516 by c960657: removed many PHP4-isms. Great patch.
|
2008-11-01 19:51:06 +00:00 |
Dries Buytaert
|
838b433110
|
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.
|
2008-10-29 10:08:52 +00:00 |
Angie Byron
|
5101fd24a5
|
#325876 by pwolanin: Fix doxygen for node_get_types() to reflect recent module -> base change.
|
2008-10-25 00:23:03 +00:00 |