Dries Buytaert
2350fda4dc
- Fixed broken URLs.
2008-05-13 17:37:58 +00:00
Dries Buytaert
003108639a
- Patch #240387 by recidive: fixed broken links.
2008-05-10 13:19:50 +00:00
Dries Buytaert
2305812e8a
- Patch #252580 by robert douglas and senpai: fixed a division by zero.
2008-05-10 07:52:52 +00:00
Dries Buytaert
ccef07e59e
- Patch #256841 by dropcube: fixed typo.
2008-05-10 07:05:40 +00:00
Dries Buytaert
2e18cb8924
- Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
...
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert
d1bc889242
- Patch #227830 by JohnAlbin: link attributes added to l() incorrectly.
2008-05-02 15:11:05 +00:00
Dries Buytaert
a7f12c0326
- Patch #251263 by catch: fixing up many code style issues in the tests.
2008-04-25 18:26:02 +00:00
Dries Buytaert
21576021bf
- Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6.
2008-04-23 20:01:56 +00:00
Dries Buytaert
af474609e3
- Added a test framework to Drupal along with a first batch of tests for
...
Drupal core! This is an important milestone for the project so enable
the module and check it out ... :)
Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie
Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran
Lal, Moshe Weitzman, and the many other people that helped with testing
over the past years and that drove this home.
It all works but it is still rough around the edges (i.e. documentation
is still being written, the coding style is not 100% yet, a number of
tests still fail) but we spent the entire weekend working on it in Paris
and made a ton of progress. The best way to help and to get up to speed,
is to start writing and contributing some tests ... as well as fixing
some of the failures.
For those willing to help with improving the test framework, here are
some next steps and issues to resolve:
- How to best approach unit tests and mock functions?
- How to test drupal_mail() and drupal_http_request()?
- How to improve the admin UI so we have a nice progress bar?
- How best to do code coverage?
- See http://g.d.o/node/10099 for more ...
2008-04-20 18:24:07 +00:00
Dries Buytaert
88600018cf
- Patch #154151 by Robert Douglass: made it possible to do language-aware searches.
2008-04-20 05:31:27 +00:00
Dries Buytaert
3ad38dbbbd
- Patch #232433 by mfb: make sure RSS feeds validate.
2008-04-19 22:17:57 +00:00
Dries Buytaert
5e16a499ce
- Patch #236242 by jpoesen and Garrett Albright: fixed two typos in the node module's install file.
2008-04-15 08:39:03 +00:00
Dries Buytaert
56d2664a90
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.
2008-04-14 17:48:46 +00:00
Dries Buytaert
79b016d915
- Patch #216072 by recidive, David Rothstein, ptalindstrom et al: switched from numeric block IDs to string IDs.
...
The short explanation is that Drupal uses a lot of numeric deltas in the block system; blocks are identified by the 'module' and the 'delta'. In early Drupal, delta was numeric, but somewhere along the line it was changed to be possibly a string. In modern Drupal, block overrides are easily done via block-MODULE-DELTA.tpl.php. The primary motivation to switch to string IDs everywhere is to make these deltas friendlier to themers:
block-user-0.tpl.php --> block-user-navigation.tpl.php
block-user-1.tpl.php --> block-user-login.tpl.php
You get the picture.
2008-04-10 10:28:23 +00:00
Dries Buytaert
1dfd1717c1
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
2008-04-06 18:50:12 +00:00
Dries Buytaert
c3d113aa90
- Patch #241021 by keith.smith: we forgot to remove a reference to the 'story' node type. It was renamed to 'article'.
2008-04-01 19:45:21 +00:00
Dries Buytaert
a490884614
- Patch #239196 by jvandyk: fix negative percentage on search status page.
2008-03-27 07:32:00 +00:00
Dries Buytaert
f5d4287cd5
- Patch #214271 by recidive: improved schema identation.
2008-03-15 12:31:29 +00:00
Dries Buytaert
ef706b824e
- Patch #229517 by keith.smith and flobruit: de-html selected interface strings.
2008-03-13 21:26:09 +00:00
Dries Buytaert
6aa7c385e3
- Patch #226480 by gpk: improved code comment.
2008-03-11 08:17:56 +00:00
Dries Buytaert
584f3e886a
- Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page.
2008-02-20 13:46:43 +00:00
Dries Buytaert
b05db1f176
- Patch #221384 by webernet: update core compatibility to Drupal 7.
2008-02-18 19:19:49 +00:00
Dries Buytaert
4a96b2c52b
- Patch #220893 by AjK: fixed some watchdog calls.
2008-02-18 17:48:05 +00:00
Dries Buytaert
01a4c0d827
- Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone().
2008-02-17 19:29:07 +00:00
Dries Buytaert
b8a1eab1fb
- Patch #210131 by dvessel, catch, John, et al: updated jQuery library.
2008-02-06 19:38:28 +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
41e86f2ef4
#197833 by gdevlugt: node filtering theme function was not applied (minor)
2008-02-03 19:39:52 +00:00
Gábor Hojtsy
ab7fb80056
#216061 by Eaton: nid was not set in node creation (programatic node creation regression)
2008-02-03 19:26:10 +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
b107f9d7f3
#213150 by Lynn: fix HTML validation problem with node term listings
2008-01-25 21:21:44 +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
b4520177fb
#207990 by soxofaan: fix notice on node/add page for anonymous users
2008-01-10 14:31:23 +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
178c28535b
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
2007-12-31 08:54:37 +00:00
Dries Buytaert
a88c178b91
- Patch #204221 by webernet: code style fixes.
2007-12-28 12:02:52 +00:00
Gábor Hojtsy
34afaf8f28
#176748 follow up by pwolanin: fix bad breadcrumbs and missing/wrong titles
2007-12-27 14:03:37 +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
ed48af4c41
#181195 by hunmonk and Pasqualle: node type related variables were not properly renamed, when node type names changed
2007-12-22 23:21:54 +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