Commit Graph

1057 Commits (48727a34c2824799730b2f37fa8e808a86344c54)

Author SHA1 Message Date
Angie Byron 00756c87bc #213151 by Pancho, skiquel, and deviantintegral: Make admin/content/node sortable. 2008-09-15 00:02:10 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert a355254e33 - Patch #235175 by dmitrig01: name of content type is incorrectly capitalized. 2008-08-31 15:50:35 +00:00
Dries Buytaert df4b23bfee - Patch #209160 by Lilou, Takafumi: localized URL for php.net/manual links. 2008-08-31 09:15:13 +00:00
Dries Buytaert 1689a63f38 - Patch #268706 by flobruit, lilou, bjaspan: fixed XSS on node edit form. 2008-08-30 13:08:05 +00:00
Dries Buytaert b2e725c0d4 - Patch #296918 by JBrauer: clean up CSS/HTML of node form. 2008-08-22 12:38:02 +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 a94f76737a - Patch #56173 by catch, chx: if the user has access to one content type only, jump to that page. 2008-08-14 13:47:35 +00:00
Dries Buytaert bc3c290269 - Patch #289796 by cwgordon7 and webchick: killed some exceptions. 2008-08-03 19:02:06 +00:00
Dries Buytaert 4e4e2b4992 - Patch #227548 by AjK, Heine, Stefan Esser, hswong3i, dmitrig01: remove useless db_escape_string(). 2008-08-02 19:09:33 +00:00
Dries Buytaert ccf1af94fa - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
Dries Buytaert 892d001d7a - Patch #279620 by zeta ζ: made it easier to translate the teaser settings. 2008-07-19 19:04:24 +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 8d38010d8d - Patch #255150 by dropcube: corrected formatting of links. 2008-07-10 11:12:02 +00:00
Dries Buytaert 4ac9204355 - Patch #260497 by boombatower: rewrote the node revisioning tests to be more extensive and to fix some exceptions in the tests. 2008-06-26 11:40:07 +00:00
Dries Buytaert 6636c0cc99 - Patch #212608 by Gábor Hojtsy, webchick, stefgosselin: fixed E_NOTICE on block administration. 2008-06-25 09:52:41 +00:00
Dries Buytaert 6ecf55d319 - Patch #201746 by traxer: fixed E_NOTICE warning. 2008-06-25 09:18:48 +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 c529e4afbe - Patch #101543 by webchick: document all constants. 2008-05-26 17:12:55 +00:00
Dries Buytaert 00084e0dd3 - Patch #259002 by Robert Douglas: set all the default scoring factors to zero. This patch is a usability improvement (better out-of-the-box search relevancy) and a performance improvement (greatly simplified search queries). 2008-05-15 21:40:31 +00:00
Dries Buytaert 11aeff6016 - Patch #145242 by douggreen et al: refactor node_rank to modules can add scoring factors. 2008-05-14 11:10:54 +00:00
Dries Buytaert 580729b029 - Patch #257279 by Robert Douglas: removing extra join from do_search(). 2008-05-13 17:40:43 +00:00
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