Commit Graph

5012 Commits (c47dfc3f8c68af82f368949c9d5210f2a119e052)

Author SHA1 Message Date
Gábor Hojtsy ccb0c0a78f #184653 by scor: typo fix in system_chema()'s schema documentation 2007-10-19 10:16:06 +00:00
Gábor Hojtsy 8d291f72be #184461 by bradlis7 and keith.smith: 'fix' OpenID help text to use American English spelling (as observed to be used in Drupal elsewhere) 2007-10-18 14:33:44 +00:00
Gábor Hojtsy 0b3113af44 #179655 by flobruit: properly disable theme setting checkboxes when certain features are not available 2007-10-18 13:41:00 +00:00
Gábor Hojtsy 19b2687ac0 Back to being a 6.x development version 2007-10-17 21:59:31 +00:00
Gábor Hojtsy a3f3cb346b Drupal 6.0-beta 2 release with all Drupal 5.3 security fixes applied 2007-10-17 21:47:14 +00:00
Gábor Hojtsy ba5fce22ca #184199 by quicksketch: proper weights for poll form fields, so the fields are not reordered 2007-10-17 19:36:12 +00:00
Gábor Hojtsy e6e59359b9 #183332 by Eaton, JirkaRybka, catch and greggles: add Powered by Drupal block 2007-10-17 15:24:56 +00:00
Dries Buytaert 441f7d33d6 - Patch #172582 by webchick, gabor, eaton, kentbyte, tresler, alpritt et al: improved the OpenID help texts. 2007-10-17 12:57:57 +00:00
Dries Buytaert a745b0f68b - Patch #155870 by quicksketch et al: AHAH-ification of the poll module. 2007-10-17 12:34:16 +00:00
Gábor Hojtsy 6417a6ade4 #55277 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited 2007-10-16 14:22:00 +00:00
Gábor Hojtsy 8a9ba77275 #183690 by Wim Leers: (developer improvement) abstract path matching to drupal_match_path() from block listing, so this gets reusable when path based matching is required 2007-10-16 14:10:33 +00:00
Gábor Hojtsy 79641f5312 #173188 by chx: update aggregator menu items when an aggregator category is changed 2007-10-16 13:48:11 +00:00
Gábor Hojtsy e78b7890c5 #181577 by Crell: split up translation module 2007-10-16 09:15:19 +00:00
Gábor Hojtsy 3a8f208b7a #183056 by JirkaRybka: improve locale cache handling performance
- always prune the whole cache as string additions affect all languages
 - rebuild the language caches as needed, distributing this load among page requests
2007-10-15 19:51:06 +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 0a61aff251 #183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit() 2007-10-15 15:57:15 +00:00
Gábor Hojtsy 1e8ddda9b7 #169079 by yched: improve consistency of menu API and batch API by allowing batch definition in non .module files, which opens the possibility of better performing batches (which are likely to reside in .admin.inc files generally)
- apply this change in locale.module
 - improve batch API code documentation
2007-10-15 15:18:39 +00:00
Gábor Hojtsy 53557e2f7b #183357 by Freso: hide administration pages links on module help pages if there are no admin links for the module 2007-10-15 14:15:31 +00:00
Gábor Hojtsy 44d22fc863 #156886 by edgauthier: fix OpenID delegation 2007-10-15 09:40:42 +00:00
Dries Buytaert b274bf87f3 - Patch #182950: fieldset massaging for usability. 2007-10-12 14:10:18 +00:00
Gábor Hojtsy 09e2701892 #181088 by fajerstarter, catch and JirkaRybka: rename 'access control' to 'permissions' for usability reasons 2007-10-12 10:41:48 +00:00
Gábor Hojtsy c9b6d73831 #182799 by Moshe Weitzman: form_state['values']['form_build_id'] should not be saved as a system setting when a setting form is submitted 2007-10-12 10:34:27 +00:00
Gábor Hojtsy 0ada4f136a #72487 by chx, pwolanin and moshe weitzman: let node_access() work on arbitrary users, so independent user access checks can be done in a request 2007-10-11 16:37:43 +00:00
Gábor Hojtsy f412b0a5e2 #172588 follow up note by Freso, patch by me: concatenation coding style fixes at end of lines in color module help 2007-10-11 10:51:06 +00:00
Gábor Hojtsy ed1a53698a #180897 by sun and dvessel: fix various XHTML validity issues in Drupal by closing unclosed tags, avoiding empty table containers, and so on 2007-10-11 09:51:29 +00:00
Gábor Hojtsy 8cf6fefe54 #164983 by multiple contributors: document the core database schemas 2007-10-10 11:39:35 +00:00
Gábor Hojtsy e5b3613549 #172588 by Tresler, Freso and webernet: add missing help page for color module 2007-10-10 10:45:23 +00:00
Gábor Hojtsy 212c0484b9 #181741 by quicksketch: fix AHAH throbber/progress bar issues and generalize progress display configuration to allow module developers to choose from the throbber and progress bar 2007-10-10 10:24:25 +00:00
Gábor Hojtsy c1e9256dcb #181758 by webernet: move cache_block creation to update_fix_d6_requirements() to avoid warnings about the nonexistent table through the update process 2007-10-09 16:08:37 +00:00
Gábor Hojtsy 1a2bf588e6 #63990 by several people: fix comment submission on nodes where a form is displayed 2007-10-08 14:22:31 +00:00
Gábor Hojtsy afff4edd2e #116200 by njivy: initilize node type data before trying to delete a node type, so we have data about what do we delete 2007-10-08 13:04:32 +00:00
Gábor Hojtsy f87245c202 #175979 by Desbeers: forum module does not need to call node_prepare anymore, because it is already done 2007-10-08 08:40:26 +00:00
Gábor Hojtsy e11dd1b1ad #178768: Removing Drupal module from Drupal to improve security and privacy. Will live in contrib under a different name if people step up to maintain. Look at the issue for more information. 2007-10-08 07:53:57 +00:00
Dries Buytaert 0313d80108 - Patch #181284 by killes and chx: performance improvements for user_access(). 2007-10-07 19:27:40 +00:00
Dries Buytaert ca8e9a1e18 - Patch #180432 by hunmonk, sun, et al: make comment settings per node type. This is a new feature that slipped in because it is required for the project module on drupal.org. 2007-10-07 19:25:57 +00:00
Dries Buytaert afb7bf85fe - Clean-up menu link 2007-10-07 09:50:01 +00:00
Dries Buytaert 4b54e36c78 - Patch #181180 by Eaton: make it easier to do CSS-only themes. 2007-10-07 09:23:28 +00:00
Dries Buytaert db10cb7d1e - Patch #181177 by John Morahan: updated TODO (documentation). 2007-10-06 16:08:50 +00:00
Dries Buytaert 9b59ff979d - Patch #181167 by Eaton: default page.tpl.php breaks primary links. 2007-10-06 15:26:57 +00:00
Dries Buytaert 5a752dc507 - Added missing .install files. Forgot to commit those. 2007-10-05 16:07:22 +00:00
Gábor Hojtsy 74a431e79a #163785 by Eaton, dvessel and quicksketch: theme .info files should be able to override core and module CSS files based on file basenames 2007-10-05 14:50:25 +00:00
Dries Buytaert 39706e3c51 - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the .schema files into .install files to prevent mistakes. 2007-10-05 14:43:26 +00:00
Gábor Hojtsy 25465ee76e #176503 by chx and bennybobw: hidden profile fields cannot be required and cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations. 2007-10-05 13:26:53 +00:00
Gábor Hojtsy 0e04fbd43d #170514 by pwolanin: block and page cache should be cleaned when a menu item is changed (saved, deleted) or the menu router is rebuilt 2007-10-05 13:17:09 +00:00
Gábor Hojtsy 00c8725480 #89376 by Eaton: add the preview build mode flag prior to hook_form() being called 2007-10-05 13:14:04 +00:00
Gábor Hojtsy 1800ea94bf #144634 follow up patch by chx: two caes, where the external link property should have been specified 2007-10-05 13:11:19 +00:00
Gábor Hojtsy 272a97acb8 #157752 follow up patch by scor: fix two form menu callbacks 2007-10-05 12:57:20 +00:00
Gábor Hojtsy b217d4da9a #157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. (part 2) 2007-10-05 09:36:52 +00:00
Gábor Hojtsy 31b73898af #157752 by quicksketch: extend AHAH functionality to most types of form elements, without writing JavaScript. Also AHAH enable the blocks admin page. 2007-10-05 09:35:09 +00:00
Gábor Hojtsy 560bd06f3b #178973 by merlinofchaos: proper style and script inheritance between themes more then two levels deep in the hierarchy 2007-10-04 18:51:04 +00:00
Gábor Hojtsy 071d4b010e #180559 by hunmonk: do not try to display the comment addition form at th end of comments, if we are already on the page, so it is displayed anyway 2007-10-03 17:59:50 +00:00
Dries Buytaert 5686eea147 - Patch #164510 by yched et al: node.changed not updated on mass operations. 2007-10-03 17:35:22 +00:00
Gábor Hojtsy 0dfdbac88f #178892 by webchick: use drupal_get_private_key() instead of directly retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated 2007-10-03 13:35:15 +00:00
Gábor Hojtsy ba9a73bed7 #180338 by bjaspan: more accurate wording for database update status report 2007-10-03 13:19:19 +00:00
Gábor Hojtsy 35c0e44330 #179695 by chx: only anonymous users should have permission to visit user/login, so this menu item is automatically hidden when a user is logged in 2007-10-03 13:01:04 +00:00
Dries Buytaert d2d93b4bd3 - Patch #173486 by scor: fixed code style issues. 2007-10-02 16:19:23 +00:00
Dries Buytaert 4bb5080ebe - Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema. 2007-10-02 16:15:56 +00:00
Dries Buytaert c389c90529 - Patch #144634 by chx: fixed critical bug that prevented language negotiation to work after/when drupal_goto() is called. 2007-10-02 16:03:17 +00:00
Dries Buytaert ec75cf33fd - Rollback of patch #139117: according to Steven it is silly. Let's have a better look at it. 2007-10-02 12:10:40 +00:00
Dries Buytaert 55cc439990 - Patch #178044 by chx: properly delete watchdog messages captured by the dblog.module. 2007-10-02 07:05:43 +00:00
Dries Buytaert 1deae85075 - Patch #139117 by hass et al: remove IE hacks that break the compressor. 2007-10-02 07:02:48 +00:00
Gábor Hojtsy a0ae940483 #179510 by jjeff: (usability) include role name in permission checkbox tooltips 2007-10-01 09:04:54 +00:00
Gábor Hojtsy 0a69b04870 #104662 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions 2007-10-01 08:50:36 +00:00
Gábor Hojtsy a966c326be #160603 by nancyw and Freso: variable search_cron_limit was not removed on search uninstall 2007-09-29 08:08:59 +00:00
Gábor Hojtsy ebfbaa3fda #179234 by myself: language code regular experssion was too greedy for simple langcode.po names 2007-09-28 18:11:27 +00:00
Gábor Hojtsy b03af772d7 #174233 by webernet: fix notices when editing comments and also fix a moderation bug along the way 2007-09-28 17:15:04 +00:00
Gábor Hojtsy ac43420be3 #86857 by pwolanin and webchick: autogenerate log message for book page changes when made from the outline view (ie. node title or weight can be changed and is now in the log message) 2007-09-28 15:44:13 +00:00
Dries Buytaert 3b5f2d8ebe - Patch #179244 by tangent: line break filter operates on object element. 2007-09-28 08:09:25 +00:00
Gábor Hojtsy fc79722b39 #90570 by bdragon and chx: GET query and fragment information were not possible to define in menu links 2007-09-27 16:59:54 +00:00
Gábor Hojtsy 74def328c8 #167284 by Heine and pwolanin: proper field type placeholders in IN() queries, setting a best practice to avoid vulnerabilities 2007-09-27 16:52:00 +00:00
Gábor Hojtsy b5b6b32e36 #158927 by John Morahan: first time, the default admin theme name is '0', so block initialization gives warnings. Avoid this initialization until we have a theme selected 2007-09-27 13:12:26 +00:00
Gábor Hojtsy 5d5b285dde #174220 by webernet: fix noticed in node module when a user has no adminiter nodes permission 2007-09-27 12:56:04 +00:00
Gábor Hojtsy 5566f740ac #178890 by Freso: fix parse error introduced in #124979 2007-09-26 20:01:17 +00:00
Dries Buytaert be091880f4 - Patch #124979 by chx: remove the auto_increment. 2007-09-26 18:31:34 +00:00
Dries Buytaert 9a0cbf62e1 - Patch #135926 by mooffie: hook_link is called by the wrong parameters. Fixed disconnect between node_view() and hook_link(). 2007-09-26 18:22:34 +00:00
Dries Buytaert fbde117dd6 - Patch #178650 by pwoladin: fixed db problem and added extra validation. 2007-09-26 18:19:22 +00:00
Gábor Hojtsy 5d1c888949 #177182 by hswong3i: the range query in node_update_index() used more arguments the placeholders 2007-09-25 15:05:01 +00:00
Gábor Hojtsy 6cf4f6b1ce #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different 2007-09-25 15:02:11 +00:00
Gábor Hojtsy cd517f16e9 #177927 by chx: use path=/ in PHP comment settings cookie creation, so cookies set around the site are available in other 'directories' 2007-09-25 14:58:43 +00:00
Gábor Hojtsy 6143f13c41 #154300 by chx: enforce site user account creation policy in openid module too 2007-09-25 14:52:55 +00:00
Gábor Hojtsy 1f5ea29689 #172977 follow up patch by pwolanin: fix NOTICE in taxonomy_term_count_nodes 2007-09-25 14:44:50 +00:00
Gábor Hojtsy 12f771d565 #160043 by chx: array_filter for book admin settings form, which is required based on http://lists.drupal.org/pipermail/development/2006-September/019917.html 2007-09-25 12:50:34 +00:00
Gábor Hojtsy de1c51958c #176367 by chx: not all node type have body labels, so this might not be set 2007-09-25 12:07:14 +00:00
Gábor Hojtsy a8d2453b17 #177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it 2007-09-25 11:49:37 +00:00
Gábor Hojtsy 21698d2bf1 #176092 by walkah: always display 'cancel openid login' link, even if the login trial did not succeed 2007-09-25 11:42:44 +00:00
Gábor Hojtsy 206d652a82 #162276 by Rowanw: usability - reword menu item deletion checkbox label 2007-09-20 08:41:33 +00:00
Gábor Hojtsy cc8d47a9f1 #176429: JirkaRybka: two queries were missing curly braces in system.install 2007-09-20 08:37:22 +00:00
Gábor Hojtsy 012686ea09 #141470 by chx: usability - add pager to taxonomy form, which makes this usable for freetagging vocabularies 2007-09-19 19:02:57 +00:00
Gábor Hojtsy 6583ac5aee #175743 by Desbeers: fix numerous issues around node submission dates and content editing 2007-09-19 18:11:08 +00:00
Gábor Hojtsy 310dbd432e #172765 follow up patch by pwolanin: fix user path access, which was broken by the user module split 2007-09-19 18:00:52 +00:00
Gábor Hojtsy 44697397b7 #175779 by pwolanin: fix filter format addition page and add proper titles for filter configuration tabs 2007-09-17 09:16:48 +00:00
Gábor Hojtsy 6da81e1f3f #171951 by dvessel: fix account specific theme selection form 2007-09-17 08:06:52 +00:00
Gábor Hojtsy 9c2f47eafd Back to devopment version, now that we have the beta 1 tagged and released 2007-09-15 07:33:46 +00:00
Gábor Hojtsy 86a6cd4ef3 Marking code as beta 1 in preparation of the first beta release of Drupal 6, also add back E_NOTICE removal for the release. 2007-09-14 20:08:59 +00:00
Gábor Hojtsy 75f0eb8e89 #175593 by JirkaRybka: fix help text about textgroups, rewording a misleading example 2007-09-14 18:05:33 +00:00
Gábor Hojtsy c3972cf506 #162432 by bjaspan and chx: serial columns need their keys defined in db_change_field() and friends in MySQL 2007-09-14 17:46:32 +00:00
Gábor Hojtsy 439942db98 #168261 by mvc: redirect registered users back to the front page if admin approval is required, so their user account page is not directly accessible after registration 2007-09-14 17:38:08 +00:00
Dries Buytaert eb618ffb75 - Patch #161185 by Crell: split filter module. 2007-09-14 12:17:58 +00:00
Dries Buytaert c80f739782 - Patch #168487 by douggreen: don't enable modules that depend on incompabitlbe modules. 2007-09-14 12:16:55 +00:00
Dries Buytaert 75468bd08f - Patch #68853 by matt and telcontar: improved documentation for the html input filter. 2007-09-14 11:48:41 +00:00
Gábor Hojtsy 922bf65fef #173982 follow up patch by webernet: the profile table might not exist, so we need to check for its existance before updating it 2007-09-14 09:43:13 +00:00
Gábor Hojtsy c3ef96b8b0 #174993 by peterx, webchick and Freso@freso.dk: WAI AA comformant title for read more links, ie. we are not repeating the same text but include meaningful information 2007-09-14 09:37:29 +00:00
Gábor Hojtsy 6bb5c304f3 #174440 by kkaefer: properly translatable filter dropdown elements on user admin page 2007-09-13 09:51:11 +00:00
Gábor Hojtsy a5adbe4636 #173082 by dvessel: tplify aggregator module, make more stuff themeable 2007-09-13 08:02:38 +00:00
Gábor Hojtsy eddb278a0a #174254 by pwolanin: Taxonomy term pages need proper titles 2007-09-13 07:54:27 +00:00
Gábor Hojtsy 21ac9f1917 #174708 by multiple contributors: update jQuery to 1.2 2007-09-12 18:29:32 +00:00
Gábor Hojtsy ffa1f6ef69 #174267 by kkaefer: improve wording of some menu messages, and add a missing format_plural() 2007-09-12 11:48:15 +00:00
Gábor Hojtsy 48d3efdbf8 #174270 by kkaefer and Frando@fresko.dk: make node filter status texts translatable 2007-09-12 11:39:38 +00:00
Gábor Hojtsy 2b8943667c #172591 by HedgeMage: add help page for openid module with short description of what does the module offer 2007-09-12 11:32:06 +00:00
Gábor Hojtsy 2ed2c5f9f9 #173982 by pwolanin and chx: fix schema inconsistencies between a fresh Drupal 6 install and a Drupal 5 upgraded to Drupal 6 2007-09-11 19:14:34 +00:00
Gábor Hojtsy f82029a2d9 #172840 by Crell: break up book module to improve performance 2007-09-11 17:35:58 +00:00
Gábor Hojtsy 281781a44f #174348 by chx: image column was not present in an aggregator_save_feed() query, but it does not have a default value, so we need to include it in the query 2007-09-11 17:28:44 +00:00
Gábor Hojtsy 5030ea40a5 #150851 by pwolanin and chx: different radio buttons in the same set should have different HTML id values (XHTML validity fix) 2007-09-11 17:23:58 +00:00
Gábor Hojtsy ac7637bc9b #172773 by numerous contributors: Make the actions interface usable by mere mortals (including rename of actions.module to trigger, but keeping the actions themselfs).
Complete previous history of actions module:
 - #148410 by jvandyk: added rewrite of the actions module!
 - #155986 by Uwe: fixed typos.
 - #155828 by Eaton, pwolanin and jvandyk: let actions live even if actions.module is not turned on
2007-09-11 14:50:05 +00:00
Gábor Hojtsy f84f3a4a68 #165638 by dww: better presentation of manual check link in update module 2007-09-10 18:11:22 +00:00
Gábor Hojtsy e3daf88ec7 #166742 by Crell and dvessel: split user module (for performance reasons) 2007-09-10 13:14:38 +00:00
Gábor Hojtsy f0cb501c23 #174169 by chx: correct usage of drupal_mail() with actions 2007-09-10 09:28:28 +00:00
Gábor Hojtsy c4b02c1213 #174343 by Shiny: move JOIN condition to ON clause in forum_nodeapi, so our SQL is standards compatible 2007-09-10 08:06:59 +00:00
Gábor Hojtsy ea0f102c21 #174224 by kkaefer: send user notification email after the user object is updated 2007-09-09 20:21:02 +00:00
Gábor Hojtsy bfe2229b53 #172977 by pwolanin: fix E_ALL NOTICEs with some taxonomy module queries 2007-09-09 20:16:09 +00:00
Gábor Hojtsy e1022123bb #173995 by Desbeers: when creating a new node, default values are inserted into the object on preview, overwriting existing user provided values 2007-09-09 19:52:29 +00:00
Gábor Hojtsy 4a347be7ed #173225 corrective fix: there were two uses of the ip variable, so revert to the original patch 2007-09-08 13:57:22 +00:00
Dries Buytaert 15b52931a2 - Patch #173225 by killes: missing ip_address(). Slightly modified by me. 2007-09-08 08:57:26 +00:00
Gábor Hojtsy fde6b84e1f #164617 by catch: only suggest caching for production sites, so people developing their web sites can do so without nasty surprises 2007-09-07 12:45:28 +00:00
Gábor Hojtsy 3ffae10598 #173305 by drewish: actually remove files when the delete check box is checked 2007-09-06 15:31:48 +00:00
Gábor Hojtsy 817f980914 #173314 by drewish: mark previously uploaded files as permanent, so they will not be deleted after an upgrade 2007-09-06 13:13:08 +00:00
Gábor Hojtsy b3d3e39c47 #163361 by dvessel: fix hidden textareas in Opera and remove gap between textarea and grippie in Firefox/Safari 2007-09-06 13:06:13 +00:00
Gábor Hojtsy f2448fe718 #166780 by makara and blakehall: fix incorrect table name alias in taxonomy_select_nodes() 2007-09-06 13:03:18 +00:00
Gábor Hojtsy 9307321817 #148677 by pwolanin: set active menu item on 403/404 pages (and on the user page) 2007-09-06 12:47:20 +00:00
Gábor Hojtsy c3685d60f7 #172791 by dmitrig01: fix notices when contact page is called, but contact module is not configured yet 2007-09-06 12:42:50 +00:00
Gábor Hojtsy ab952ffb4d #109829 by doq: do not trim URLs is the added ellipses would result in a longer link title then the original URL itself 2007-09-06 12:40:47 +00:00
Gábor Hojtsy 67e5859a7f #172376 by ChrisKennedy: fix 8 E_ALL issues in comment module and fix approval queue 2007-09-06 12:21:39 +00:00
Gábor Hojtsy e3ad7751a3 #172642 by dvessel: block theme file name suggestion for poll nodes 2007-09-06 12:18:01 +00:00
Dries Buytaert 73bcf5f0f4 - Patch #172961 by webernet: code style fixes. 2007-09-05 18:24:25 +00:00
Dries Buytaert b0493c003c - Patch #173303 by dvessel: fixed E_NOTICE. 2007-09-05 18:11:27 +00:00
Dries Buytaert eb5e19f0c6 - Patch #173287 by webernet: missing {} in SQL query. 2007-09-05 18:09:49 +00:00
Dries Buytaert ab1715750a - Patch #172961 by webernet: code style cleanup. 2007-09-05 08:42:02 +00:00
Dries Buytaert f655adcf97 - Patch #169433 by Crell and dvessel: split up search module. 2007-09-05 08:39:57 +00:00
Dries Buytaert 72f9a97681 - Patch #172860 by chx: node search does not support revisioned terms. 2007-09-05 08:35:14 +00:00
Dries Buytaert e0c1342316 - Patch #172836 by Crell: split poll module. 2007-09-05 08:33:16 +00:00
Dries Buytaert 53818e811e - Patch #172835 by Crell: split up aggregator module. 2007-09-05 08:31:48 +00:00
Dries Buytaert 531b45d045 - Patch #172643 by chx and fresco: fixed the leave shadow copy functionality. 2007-09-05 08:27:57 +00:00
Dries Buytaert 2db2c039fb - Patch #172950 by webernet: code style fixes. 2007-09-04 21:10:45 +00:00
Dries Buytaert 957997516d - Patch #172765 by webchick and chx: path 'user' returns 403 2007-09-04 14:37:48 +00:00
Dries Buytaert 51c2ab2e30 - Patch #159447 by chx, webchick, crell et all: fixed various aggregator related problems. 2007-09-03 16:59:53 +00:00
Gábor Hojtsy 6fa344f5b1 #172265 by chx: fix user id problems on mysql, when inserting the first two special users 2007-09-03 14:13:58 +00:00
Gábor Hojtsy b5331d0859 #171646 by JirkaRybka: store version usage information for every source string, optimize caching and prune the initially unused strings 2007-09-02 15:19:16 +00:00
Gábor Hojtsy e310d9e4a4 #6162 by various people: actually point new anchors to the page the first new comment is displayed (in a multipage comment view) 2007-09-02 14:56:18 +00:00
Gábor Hojtsy 1b658ae850 #144337 by yched: batch support for node access table rebuilding 2007-09-02 14:42:30 +00:00
Gábor Hojtsy 0c8a7c0de7 #168813 by chx: do not let form caching prevent file uploads 2007-09-02 14:26:26 +00:00