Gábor Hojtsy
|
a8a21a56c9
|
#193383 follow up by TheRec: (regression) - some set_time_limit() numbers were inadvertently removed in the previous patch.
|
2009-09-23 09:09:30 +00:00 |
Gábor Hojtsy
|
69553ad4f1
|
#460594 by nonsie, LiliVG, elliotttf: node_assign_owner_action_form() limited username input to 7 characters, while usernames are limited to 60 chars
|
2009-09-16 18:21:06 +00:00 |
Gábor Hojtsy
|
fc39f4e2a9
|
#555128 by Dave Reid: Fix node_access() return value to work how it is documented and include a slight performance improvement
|
2009-09-15 10:54:45 +00:00 |
Gábor Hojtsy
|
907be4ed44
|
#193383 by JirkaRybka, Arancaytar, Bart Jansens, gpk, TheRec: check correctly for function_exists() on set_time_limit() instead of infering that safe_mode has an effect on it or that that is the only thing which might disable time limit setting
|
2009-09-15 10:40:26 +00:00 |
Gábor Hojtsy
|
3c00b97657
|
#320395 by qutoz, swentel: Set node format to 0 in node_submit() if the body was turned off to avoid a minor notice.
|
2009-02-16 14:39:40 +00:00 |
Gábor Hojtsy
|
0b78681cee
|
#365183 by Eaton: node_feed() did not use the same API functions as node_view() did, so custom fields were missing from the output
|
2009-02-16 12:34:58 +00:00 |
Gábor Hojtsy
|
bdd3062d80
|
Drupal 6.9
|
2009-01-14 23:34:08 +00:00 |
Gábor Hojtsy
|
4694a45c04
|
#344052 by salvis: remove unused $update_node variable from node module
|
2009-01-12 16:02:33 +00:00 |
Gábor Hojtsy
|
9c1738f76d
|
#230029 by killes: rework node saving code to remove possible race condition with node and node revision saves; solves duplicate key errors on busy sites
|
2008-06-25 08:59:57 +00:00 |
Gábor Hojtsy
|
3ae1070007
|
#257279 by robertDouglass and David Lesieur, tested by douggreen: removing an extra join which was not required in the do_search query; improves search speed.
|
2008-06-24 14:17:01 +00:00 |
Gábor Hojtsy
|
ef5db918f8
|
#252580 by Robert Douglass, Gerhard Killesreiter, flobruit: avoid division by zero, when all search weights are set to 0
|
2008-05-19 08:06:57 +00:00 |
Gábor Hojtsy
|
51372e1fe2
|
#217957 by yched, quicksketch: header cell removal is broken when headers use colspans (and a little bit of performance improvement)
|
2008-05-19 07:27:36 +00:00 |
Dries Buytaert
|
04e4c55a3f
|
- Patch #232433 by mfb: make sure RSS feeds validate.
|
2008-04-19 22:18:51 +00:00 |
Gábor Hojtsy
|
fee422170a
|
Drupal 6.2
|
2008-04-09 21:11:51 +00:00 |
Gábor Hojtsy
|
49bcdfa383
|
#239196 by jvandyk and myself: missing status check on nodes in search indexing counter
|
2008-03-27 08:03:02 +00:00 |
Gábor Hojtsy
|
0d7535079f
|
#204415 by chx: actually use 'administer content types' permission for node type editing instead of 'administer nodes'
|
2008-03-21 22:23:16 +00:00 |
Gábor Hojtsy
|
c709e59123
|
#227548 by Heine, AjK: misuse of db_escape_string(), when db_escape_table() should have been used
|
2008-02-27 17:12:58 +00:00 |
Gábor Hojtsy
|
95739a65d8
|
#201854 by jgoldberg, Arancaytar: node 'teaser' might be longer then the body, if it is a summary in Drupal 6
|
2008-02-13 14:10:22 +00:00 |
Gábor Hojtsy
|
6ca267b606
|
#220893 by AjK: node actions were improperly saving a node type object, instead of a name to the database
|
2008-02-12 19:19:39 +00:00 |
Gábor Hojtsy
|
a387aaee17
|
#204071 by Pancho: use UTF-8 aware string length counting in node_teaser() (minor)
|
2008-02-03 19:41:47 +00:00 |
Gábor Hojtsy
|
a00792f9ef
|
#216890 by gpk with documentation from myself: blog API clients do not pass on the teaser_include flag, so only act on that flag, if we have it
|
2008-02-03 19:07:32 +00:00 |
Gábor Hojtsy
|
1909326e1b
|
#202382 by Pasqualle and Pancho: phpdoc improvements and code style fixes in node module
|
2008-01-29 11:08:17 +00:00 |
Gábor Hojtsy
|
0221e61258
|
#213657 by dopry and moshe weitzman: typo in rss feed build mode and better link handling
|
2008-01-28 15:51:29 +00:00 |
Gábor Hojtsy
|
aa512439c8
|
#212864 suggestion by pp, patch by gdevlugt: use format_date() for RSS item dates instead of date() to honor site time zone settings
|
2008-01-27 18:13:04 +00:00 |
Gábor Hojtsy
|
9f99a903b8
|
#204415 by Lynn, traxer, pwolanin: migrate node type URLs to a path model based on menu paths, so conflicts between action and node type names are not a problem
|
2008-01-27 18:03:05 +00:00 |
Gábor Hojtsy
|
a541e5fbfb
|
#201667 follow up by gpk: minor code comment and whitespace cleanup
|
2008-01-10 15:57:10 +00:00 |
Gábor Hojtsy
|
2669c24bd4
|
#201667 follow up by keith.smith: typo in code comment
|
2008-01-09 21:40:10 +00:00 |
Gábor Hojtsy
|
db55c269da
|
#201667 by theborg, quicksketch, gpk, catch: fix bugs with teaser splitter in JS and no-JS mode
|
2008-01-09 12:10:04 +00:00 |
Gábor Hojtsy
|
ab036224bb
|
#205792 by yched: fix contradictory messages after node access rebuild
|
2008-01-08 11:27:16 +00:00 |
Gábor Hojtsy
|
b78a990270
|
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks
|
2008-01-08 10:35:43 +00:00 |
Gábor Hojtsy
|
1b5ce2b18f
|
#206272 report by yojoe, patch by myself: user provided data in menu titles should be check_plain()-ed not t()-ed
|
2008-01-04 13:50:50 +00:00 |
Gábor Hojtsy
|
195fe364d2
|
#203582 by David_Rothstein: some core hook_access() implementations are not using the passed in account
|
2008-01-01 17:46:30 +00:00 |
Dries Buytaert
|
a88c178b91
|
- Patch #204221 by webernet: code style fixes.
|
2007-12-28 12:02:52 +00:00 |
Dries Buytaert
|
6f178ad61f
|
- Patch #176748 by pwolanin, Rob Loach: fixed broken breadcrumbs.
|
2007-12-26 21:12:12 +00:00 |
Gábor Hojtsy
|
ac4c8f7ab0
|
#203274 by Pasqualle: remove excessive witespace from our code (minor)
|
2007-12-22 23:24:26 +00:00 |
Gábor Hojtsy
|
152322daca
|
#202895 by cwgordon7, theborg: fix node revision view page load argumnets
|
2007-12-21 11:55:23 +00:00 |
Gábor Hojtsy
|
1e63dd1ae6
|
#201536 by chx: centralizing permission checking code in node revision handling, removing lots of duplicate code
|
2007-12-20 09:20:41 +00:00 |
Gábor Hojtsy
|
f761b8745c
|
#164510 by yched, KarenS: move node batch operations to node.admin.inc for performance and fix a buggy message
|
2007-12-20 09:08:35 +00:00 |
Gábor Hojtsy
|
2ff7526e77
|
#103041 by O Govinda, gaele and keith.smith: reworked node help, removing 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
|
2007-12-19 15:55:02 +00:00 |
Gábor Hojtsy
|
223744e8bb
|
#201534 by Lynn, Pasqualle: fix notice in node_forms() when there are no node types defined
|
2007-12-17 12:41:20 +00:00 |
Gábor Hojtsy
|
2e2f8dd8a9
|
#199439 by douggreen: fix content search in PostgreSQL
|
2007-12-14 19:19:46 +00:00 |
Gábor Hojtsy
|
5804090b5a
|
#199158 by catch: AND was used in place of WHERE in search module reindex code
|
2007-12-14 18:40:32 +00:00 |
Gábor Hojtsy
|
b6532a4fdb
|
#200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed
|
2007-12-14 18:08:50 +00:00 |
Gábor Hojtsy
|
86de9aade3
|
#200540 by theborg: fix node_make_unsticky_action() code comments and promote flag in node_unpromote_action()
|
2007-12-13 13:06:45 +00:00 |
Gábor Hojtsy
|
96668d576c
|
#195169 (actually a fix to #199161) by bjaspan: do not rely on buggy MySQL behavior of assuming empty default value for NOT NULL columns, fixing poll submission on PostgreSQL
|
2007-12-11 14:31:12 +00:00 |
Gábor Hojtsy
|
8028bc2e76
|
#196953 by JirkaRybka: add target attribute to 'read more' links generated to RSS feed teasers for RSS reader usability
|
2007-12-11 12:42:37 +00:00 |
Gábor Hojtsy
|
acea23e9fe
|
#116726 by Pancho: (usability) standardize on '@type %title' usage in node feedback messages
|
2007-12-11 12:13:39 +00:00 |
Gábor Hojtsy
|
680b99fcba
|
#198187 by mcarbone: resolve conflicts of n.uid and r.uid, so the node author uid takes precedence over the revision uid
|
2007-12-10 10:52:52 +00:00 |
Gábor Hojtsy
|
3355267c3b
|
#188908 by JirkaRybka, documentation added: empty feeds resulted in feeds with all nodes instead
|
2007-12-10 10:29:19 +00:00 |
Gábor Hojtsy
|
5622bce2d5
|
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
- whitespaces at end of lines
- indentation
- control structure usage
- whitespace in empty lines
- phpdoc comment formatting
|
2007-12-08 14:06:23 +00:00 |