summaryrefslogtreecommitdiff
path: root/modules/path/path.admin.inc
Commit message (Collapse)AuthorAge
* Issue #1355682 by Zgear, chertzog: API docs cleanup for Path moduleJennifer Hodgdon2012-04-04
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #884934 by mgifford: label missing for path filter.Dries Buytaert2010-09-11
|
* #728566 by Dave Reid: Fixed Incorrect colspan for content row when there are ↵Angie Byron2010-05-14
| | | | no aliases.
* - Patch #482816 by sun, Rob Loach: make a consistent wrapper around submit ↵Dries Buytaert2010-04-24
| | | | buttons.
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* #648410 follow-up by Dave Reid: Add link to create new from all empty table ↵Angie Byron2010-01-03
| | | | texts.
* - Patch #190867 by chx: fixed access to creating path aliases.Dries Buytaert2009-12-17
|
* - Patch #635094 by plach: unify 'language neutral' language codes.Dries Buytaert2009-12-02
|
* - Patch #648410 by Dave Reid: standardize add 'empty' row functionality to ↵Dries Buytaert2009-12-02
| | | | all tables.
* #320331 by Dave Reid, dww, John Morahan, cwgordon7, moshe weitzman, c960657, ↵Angie Byron2009-10-24
| | | | and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
* - Patch #332333 by sun: more fixes for the path API.Dries Buytaert2009-10-20
|
* - Patch #332333 by dmitrig01, alexw: add a real API to path.module.Dries Buytaert2009-10-15
|
* - Patch #582456 by dereine, sun, tobiasb: make confirm_form() respect query ↵Dries Buytaert2009-10-14
| | | | string destination.
* - Patch #600466 by Dave Reid: removed unused path_admin_filter_get_keys().Dries Buytaert2009-10-10
|
* #571086 by sun and merlinofchaos: Added a 'wrapper callback' that executesAngie Byron2009-09-18
| | | | | | before a form builder function, to facilitate common form elements. Clean-up from form_builder changes from CTools patch. Has nice side-benefit of making all form functions' signatures consistent.
* #564394 by Berdir and Crell: Removed database BC layer. nah nah nah nah... ↵Angie Byron2009-09-18
| | | | hey hey hey... gooood byeeee...
* #506124 follow-up by Gábor Hojtsy: Move URL aliases under Search & Metadata.Angie Byron2009-08-28
|
* #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: ↵Angie Byron2009-08-22
| | | | Convert 'class' attribute to use an array, not a string.
* - Patch #511748 by moshe weitzman: pushing rending to later in the cycle so ↵Dries Buytaert2009-07-29
| | | | there is more room for customization.
* - Patch #506124 by Dave Reid, Bojhan, et al: moving URL aliases to site ↵Dries Buytaert2009-07-08
| | | | configuration.
* #504428 follow-up by keith.smith: Remove 'now' from all empty admin screen ↵Angie Byron2009-06-29
| | | | texts. Steve Krug would be proud.
* #504428 by Sutharsan: Include link to add item on all empty admin listing pages.Angie Byron2009-06-28
|
* - Patch #288946 by jeffschuler, z.stolar: increase path length to 255.Dries Buytaert2009-06-11
|
* - Patch #396284 by Berdir, chx, jcfiala, csevb10 et al: make sure to order ↵Dries Buytaert2009-05-22
| | | | by table headers first, before ordering by other fields.
* #196862 by Damien Tournoud, et al: Replace COUNT(*) queries with SELECT 1 ↵Angie Byron2009-05-16
| | | | ... LIMIT 1 queries when all that's required is a check for whether rows exist.
* - Patch #394510 by Berdir, ksenzee: convert to new database abstraction layer.Dries Buytaert2009-05-10
|
* - Patch #330748 by stBorchert: remove from theme_pager*.Dries Buytaert2009-04-26
|
* - Patch #440920 by brianV: whitespace and coding style clean-up.Dries Buytaert2009-04-22
|
* - Rollback of #190867.Dries Buytaert2009-01-13
|
* - Patch #288039 by sun, ff1, agentrickard, fgm, ultimateboy: improved ↵Dries Buytaert2008-12-05
| | | | usability of the aliased URL admin page.
* - Patch #335385 by Dave Reid: fixed maxlength of path alias fields to be ↵Dries Buytaert2008-11-22
| | | | consistent with the database.
* Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵Angie Byron2008-10-13
| | | | check_plain() by default.
* Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵Angie Byron2008-10-12
| | | | some configurations.
* #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵Angie Byron2008-10-11
| | | | default.
* - Patch #318887 by Dave Reid: clean-up some array shifting code.Dries Buytaert2008-10-09
|
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #190867 by Damien Tournoud: remove access check when creating aliases.Dries Buytaert2008-08-03
|
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocksGábor Hojtsy2008-01-08
|
* - Patch #204221 by webernet: code style fixes.Dries Buytaert2007-12-28
|
* #154517 by chx and Desbeers: usability fixes for path module (required ↵Gábor Hojtsy2007-11-10
| | | | fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi
* #166644 by pwolanin: path module was incorrectly using drupal_get_formGábor Hojtsy2007-08-12
|
* - Patch #163039 by Crell: fixed typo.Dries Buytaert2007-07-30
|
* #162785 patch by swentel: fix missing form_state vars in path formsGábor Hojtsy2007-07-29
|
* - Patch #161178 by Crell: split up path module.Dries Buytaert2007-07-22