Angie Byron
161a9970f7
#308534 by Dave Reid: Remove stray whitespace core-wide.
2008-09-15 20:48:10 +00:00
Angie Byron
dddfe5377d
#302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list.
2008-09-11 19:47:40 +00:00
Dries Buytaert
b6fd223d1a
- Patch #302396 by chx, catch: made some tests more granular so they an be run in parallel or stand-alone.
2008-09-08 21:37:21 +00:00
Dries Buytaert
69e6f411a9
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.
2008-08-21 19:36:39 +00:00
Dries Buytaert
ccf1af94fa
- Patch #245329 by christefano and dmitrig01: code comment love.
2008-07-24 16:25:19 +00:00
Dries Buytaert
66d6743924
- Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders should return FALSE on object not found.
2008-07-18 07:26:45 +00:00
Dries Buytaert
57fe5103da
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.
2008-07-16 21:59:29 +00:00
Dries Buytaert
3c81924d7e
- Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE.
2008-06-28 19:51:02 +00:00
Dries Buytaert
b5d491624e
- Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages.
2008-06-12 19:07:36 +00:00
Dries Buytaert
9a432420dc
- Patch #268204 by aclight: fixed E_NOTICE.
2008-06-09 07:28:35 +00:00
Dries Buytaert
89f115c4f5
- Patch #169899 by Island Usurper: taxonomy caching not always working.
2008-06-07 13:41:48 +00:00
Dries Buytaert
c6c26b5e23
- Patch #247423 by boombatower: code style fixes for the tests.
2008-05-30 07:30:53 +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
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
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
342ec71963
- Patch #226878 by boydjd: fixed coding standards.
2008-03-02 05:58:40 +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
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
5bdc79db5f
- Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form handling.
2008-02-14 18:41:16 +00:00
Dries Buytaert
97a739e14c
- Patch #217508 by keith et al: fixed writing style of output messags.
2008-02-08 02:52:39 +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
78f2053c32
#217324 by Takafumi: trivial missing t() in taxonomy module
2008-02-03 19:27:56 +00:00
Gábor Hojtsy
8eb3ba596a
#214579 by keith.smith: vocabulary drag and drop was not properly documented (string change)
2008-01-27 17:55:15 +00:00
Gábor Hojtsy
5b2eabcaf2
#205523 by assimonds: (minor) add missing CVS Id tags
2008-01-25 21:20:26 +00:00
Gábor Hojtsy
1f9f8d9c86
#210936 by Pancho: some padding around taxonomy descriptions on taxonomy pages, so that they get more breathing space
2008-01-18 16:23:57 +00:00
Gábor Hojtsy
5ddab72f8a
#211443 by dropcube: kill a feed warning on taxonomy pages
2008-01-18 16:07:58 +00:00
Gábor Hojtsy
5ff9942154
#211060 by boydjd: do not display the taxonomy-term-description div when there is no description
2008-01-17 19:36:37 +00:00
Dries Buytaert
d0d3e6110f
- Patch #206495 by jvandyk: improved consistency of trigger descriptions.
2008-01-15 08:00:24 +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
0ab0b1d65f
#164532 follow up by pwolanin, David Strauss, catch and myself, testing also by hswong3i: some indexes added before Drupal 6 RC1 were too unique, and our code did not back them, so we should not add those indexes
2008-01-08 07:46:41 +00:00
Gábor Hojtsy
4157a521e0
#199373 report by avskip, patch by myself, testing by keith.smith: forum node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled)
2007-12-31 16:58:34 +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
a806b7bc39
#202473 by keith.smith: three more typos fixed
2007-12-19 22:18:15 +00:00
Gábor Hojtsy
46f4672962
One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch
2007-12-19 16:17:37 +00:00
Gábor Hojtsy
e377c8c2b3
#201333 by keith.smith and myself: fix typos in taxonomy form, also fix a few code comments
2007-12-19 15:40:43 +00:00
Gábor Hojtsy
c3c0e73c05
#201344 by catch: fix a spelling error in taxonomy module
2007-12-19 14:43:59 +00:00
Gábor Hojtsy
2b811363e8
#99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well
2007-12-19 10:31:27 +00:00
Gábor Hojtsy
4245bd583b
#198865 by sign: taxonomy term deletion was broken due to some leftover code
2007-12-19 10:13:16 +00:00
Dries Buytaert
c8b1ddf26a
- Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table indicies for common queries.
2007-12-18 12:59:22 +00:00
Gábor Hojtsy
a859f4a0e8
#197641 follow up by moofie: make drag and drop handle text translatable and fix smaller bugs
2007-12-16 10:36:53 +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
f031f0563c
#180301 by pwolanin: taxonomy term pages did not have their argument reflected in the menu hook
2007-12-14 11:19:39 +00:00
Gábor Hojtsy
c6d841c096
#197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc
2007-12-13 09:34:40 +00:00
Gábor Hojtsy
c073e88c56
#199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery
2007-12-10 21:54:10 +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
Gábor Hojtsy
e3ce199fc2
#198321 by ulhume: recent security update had the arguments order wrong in db_query_range()
2007-12-06 10:20:07 +00:00
Gábor Hojtsy
d83289f857
#196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions
2007-12-06 09:58:34 +00:00
Gábor Hojtsy
aa6f1c8315
Drupal 6.0 beta 4
2007-12-05 21:18:29 +00:00