Commit Graph

477 Commits (9fe9144ae7804e3b80c0ffd8444b0448261f4436)

Author SHA1 Message Date
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 dc65b62ace - Patch #74645 by drewish, roychri et al: modify file_scan_directory to use a regex for the nomask (and code clean-up). 2008-11-16 19:41:14 +00:00
Dries Buytaert b55ff2da24 - Patch #302207 by John Morahan: converted book module to the new database abstraction layer. 2008-11-16 15:02:45 +00:00
Dries Buytaert 838b433110 - Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals. 2008-10-29 10:08:52 +00:00
Dries Buytaert 0ff80347a0 - Patch #232095 by birdmanx35, keith.smith: improve book module description. 2008-10-13 19:59:41 +00:00
Angie Byron d59ba41f65 #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names 2008-10-09 15:15:55 +00:00
Dries Buytaert 87567f8916 - Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers. 2008-10-06 12:55:56 +00:00
Dries Buytaert 9f3d9f1115 - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement. 2008-09-27 20:37:01 +00:00
Angie Byron 893942bb4f #108979 by ewhipple, catch, and sun: Order permissions consistently, keep node type related permissions together. 2008-09-17 20:37:32 +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 7b66734d4e - Patch #276846 by pwolanin: mailformed cid due to fauly menu item. 2008-07-01 20:52:55 +00:00
Dries Buytaert fcb27eed23 - Patch #251239 by pwolanin: revert. 2008-06-16 23:18:12 +00:00
Dries Buytaert 7cd8427f65 - Patch #257730 by Senpai: code clean-up for book module. 2008-05-15 21:19:24 +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 48b7a5bbe9 - Patch #253022 by beginner: fixed typo in code comments. 2008-05-02 17:37:46 +00:00
Dries Buytaert f42c1f2534 - Patch #251239 by R.Muilwijk: performance improvement. 2008-04-25 17:51:30 +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 a5c2ad2178 - Patch #231587 by pwolanin et al: fixed scalability issue in the menu system. 2008-03-14 08:51:37 +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 4b6e9f40bd - Patch #221057 by pwolanin: book module may overwrite another node's link. 2008-02-14 18:32:14 +00:00
Dries Buytaert 4969495e04 - Patch #215858 by pwolanin, goba, catch et al: localized menu link data getting saved back to the database. 2008-02-10 19:49:37 +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 5f635b9585 #205075 report by ktabuer, patch by myself, testing by ktauber and Lynn: book block throws notice when used on non-book-node page (with a little bit of code cleanup) 2008-01-02 11:36:19 +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 6a95c27147 #202425 by keith.smith: standardize reference to block placement page as 'blocks administration page' to avoid any confusion 2007-12-19 19:13:29 +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 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
Dries Buytaert 9a96837b89 - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. 2007-11-26 16:36:44 +00:00
Dries Buytaert 58852d4b7b - Patch #192736 by quicksketch et al: drag and drop for book module. 2007-11-26 16:19:37 +00:00
Gábor Hojtsy 7f85abe0e5 #191360 by chx: allow contributed modules to override the book and menu parent selectors (to improve usability and performance) 2007-11-21 19:08:18 +00:00
Gábor Hojtsy 75a6f4ded4 #160200 by dvessel and chx: better theming support for book module 2007-11-04 14:29:09 +00:00
Gábor Hojtsy 4f5c52e249 #100569 by keith.smith: improve explanation of what a book is about (in book.module) 2007-10-27 13:45:24 +00:00
Gábor Hojtsy 5915029580 #181125 by quicksketch and dmitrig01: AHAH usability improvements for book module
- book outline form reordering in real-time
 - better context sensitive book parent editing
2007-10-15 19:33:27 +00:00
Gábor Hojtsy f82029a2d9 #172840 by Crell: break up book module to improve performance 2007-09-11 17:35:58 +00:00
Dries Buytaert ab1715750a - Patch #172961 by webernet: code style cleanup. 2007-09-05 08:42:02 +00:00
Gábor Hojtsy 4e0071fb8a #111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7 2007-08-30 15:31:46 +00:00
Gábor Hojtsy 801756e7e6 #111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) 2007-08-25 09:25:49 +00:00
Dries Buytaert f2ce877d43 - Patch #145218 by profix898, bennybobw, Crell, forngren et al: use href instead of @import for CSS. 2007-08-23 16:41:19 +00:00
Gábor Hojtsy f4dc86046f #165675 follow up patch by pwolanin: retain menu information on node previews to check, do not use the newly selected values yet, to be consistent with the DB 2007-08-20 17:54:35 +00:00
Dries Buytaert 74292cd062 - Patch #80951 by killes, yched et al: block caching. 2007-08-19 08:08:45 +00:00
Gábor Hojtsy 9361518ce8 #166913 by pwolanin and webernet: fix book outline removal confirm form parameters and improve user documentation 2007-08-18 11:36:40 +00:00
Gábor Hojtsy 115285f30a #165675 by pwolanin: only show allowed parent items in menu/book select fields to avoid going deeper then what is allowed 2007-08-16 12:47:34 +00:00
Dries Buytaert 15c68075d9 - Patch #154470 by pwolanin et al: optimize menu queries and indices. 2007-08-11 14:06:15 +00:00
Gábor Hojtsy 509d570bbd #160039 by prakashp, chx and pwolanin: fix node saving:
- centralize/reuse some node form saving code
 - fix uploads without JS
 - fix reappearing teasers on node save
2007-08-09 11:01:00 +00:00
Gábor Hojtsy 2bfeda7672 #164348 by pwolanin: improve book block performance 2007-08-07 11:43:05 +00:00
Gábor Hojtsy b2ebf5d180 #164545 by pwolanin: fix call time pass by reference warning 2007-08-04 21:24:32 +00:00
Dries Buytaert e7f195bbee - Patch #146425 by pwolanin et al:
* Removes the hard-coded 'book' type and perform all node actions
      equally on any node type via hook_nodeapi.
    * Achieves 100% integration with the menu system.  Improves
      performance of book rendering.
    * All the algorithms have been changed to use the tree data structure
      returned by the menu system.
    * Added support for 'multiple books'.
    * Some UI improvements.

  This is a momumental patch that took 69 iterations. Although there is
  room for improvement, this is a big step forward.  Thanks for the
  persistence, pwolanin.
2007-07-30 18:20:21 +00:00
Dries Buytaert 4bf0b45a22 - Patch #142157 by xqus: fixed problem with l() conversion. 2007-07-03 19:29:32 +00:00