summaryrefslogtreecommitdiff
path: root/modules/path
Commit message (Collapse)AuthorAge
* Issue #1576552 by jhedstrom, jcisio, markie: Prevent PHP notices in ↵David Rothstein2015-10-13
| | | | path_node_insert/update if $node->path is defined but $node->path['alias'] is not
* Issue #1797372 by chrisjlee, lazysoundsystem, dcam, xjm, Lars Toomre: Remove ↵Jennifer Hodgdon2013-06-10
| | | | t() from test assertions in path module
* Issue #1797360 by dcam, izus, xjm, Lars Toomre: Remove t() from test asserts ↵Jennifer Hodgdon2013-04-26
| | | | in locale and path module backported from D8 language module
* Issue #1595594 by Devin Carlson, Alan D.: Path modules node alter uses ↵webchick2012-09-13
| | | | collapsible and collapsed attributes in the 'alias' text field.
* Issue #1495648 by plach: Introduce entity language support.David Rothstein2012-06-09
|
* Issue #1355682 by Zgear, chertzog: API docs cleanup for Path moduleJennifer Hodgdon2012-04-04
|
* Issue #1483662 by rdickert, Psikik: Update URLs for drupal.org module help pagesJennifer Hodgdon2012-03-26
|
* Issue #1393604 by tedbow, Niklas Fiekas: Fixed path_form_element_validate() ↵webchick2012-03-01
| | | | does not send correct parameter to form_set_error().
* Issue #1393846 by tedbow, Albert Volkman: Fixed path_form_element_validate() ↵webchick2012-02-14
| | | | executes unnecessary db_select() query when only space given for URL Alias.
* Issue #1164852 by plach: Default the 'translatable' bit on fields to FALSE ↵webchick2011-07-20
| | | | for fields created in the UI, to match those created by the API.
* - Patch #1118502 by pwolanin: path module should use a different weight than ↵Dries Buytaert2011-04-12
| | | | search module on admin/config.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1019710 by stephenh: Changed Standardize @file comments in .test files.Dries Buytaert2011-02-04
|
* #915174 by sdboyer, sun: Remove pointless files[] declarations on files that ↵Angie Byron2010-12-20
| | | | are not declaring classes.
* #929208 by heyrocker, duellj: Fixed Path hook api docs are missing function ↵Angie Byron2010-12-02
| | | | bodies
* #690622 by jhodgdon: Remove the word 'node' from various strings.Angie Byron2010-12-01
|
* - Patch #955610 by casey: impossible to have multiple node forms on one page ↵Dries Buytaert2010-11-05
| | | | due to fixed IDs.
* #780316 by plach: Fixed missing node translation links when no language ↵Angie Byron2010-10-09
| | | | detection is configured.
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #884934 by mgifford: label missing for path filter.Dries Buytaert2010-09-11
|
* - Patch #757154 by sun, effulgentsia: base form_id() via hook_forms() not ↵Dries Buytaert2010-09-09
| | | | taken into account for #validate, #submit, hook_form_FORMID_alter().
* Reverting #500866. Needs more discussion.Angie Byron2010-08-05
|
* #500866 by boombatower, solotandem: Remove t() from assertion messages in ↵Angie Byron2010-08-05
| | | | SimpleTest, so translators do not get 1000s of bogus strings.
* #835212 by plach, jhodgdon: Fixed locale_url_outbound_alter() should be run ↵Angie Byron2010-08-05
| | | | only on multilingual sites.
* - Patch #829968 by andypost, AlexisWilke: drupal_lookup_path() documentation ↵Dries Buytaert2010-07-31
| | | | and return mismatch.
* - Patch #855380 by plach: () should be used to lookup the current path alias.Dries Buytaert2010-07-30
|
* #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 #445130 by Rob Loach, aspilicious: namespace the Drupal jQuery ↵Dries Buytaert2010-04-09
| | | | functions.
* - Patch #722354 by jhodgdon, catch: critical bug: fixed URL aliases marked ↵Dries Buytaert2010-03-26
| | | | 'all languages' from UI do not work. Added tests.
* - Patch #744258 by sun: admin/structure/taxonomy paths have to use ↵Dries Buytaert2010-03-25
| | | | machine_name(), not vid.
* #414424 by sun, chx, Arancaytar, yched, et al: Introduce Form API #type ↵Angie Byron2010-03-07
| | | | 'text_format' for additional DX/security around rich text fields.
* - Patch #676800 by casey, sun, james.elliott, cosmicdreams, seutje, Jacine: ↵Dries Buytaert2010-03-03
| | | | made fieldsets work on all browser.
* -Patch #713388 by Bojhan, mr.baileys: better weight items inside categories ↵Dries Buytaert2010-02-13
| | | | on Configuration.
* #699842 by mr.baileys: Move permissions and roles to a tab/sub-tab at ↵Angie Byron2010-02-07
| | | | admin/people.
* - Patch #284899 by c960657, voxpelli, mattconnolly: fixed Drupal url problem ↵Dries Buytaert2010-01-29
| | | | with clean urls.
* - Patch #689738 by c960657: use Save and Delete buttons on path alias ↵Dries Buytaert2010-01-21
| | | | editing form.
* - Patch #678590 by asimmonds, Dave Reid, Damien Tournoud: fixed path alias ↵Dries Buytaert2010-01-18
| | | | link being below submit button on taxonomy term add.
* #571654 follow-up by chx, peximo, plach, sun, et al:Angie Byron2010-01-09
| | | | | | Roll-back of node titles as fields. The Entity Translation module in contrib can add this back, but for everyone else it creates a *huge* WTF. Apologies for how late this is coming, but better now than post-alpha. :\
* #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 #658140 by jhodgdon: various small help text fixes.Dries Buytaert2009-12-14
|
* - Patch #652420 by sun: fixed some errors.Dries Buytaert2009-12-09
|
* #652420 by sun: Fixed Various failures everywhere caught by asserting on ↵Angie Byron2009-12-07
| | | | watchdog errors found in testing logs.
* - Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of ↵Dries Buytaert2009-12-04
| | | | compliance with standards.
* - 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.
* - Patch #620446 by Xano: rewrite permission titles and descriptions.Dries Buytaert2009-12-01
|
* #639738 by VM, batigolix, arianek, marvil07, jhodgdon, deviantintegral, and ↵Angie Byron2009-11-29
| | | | dmitrig01: Convert Path module to new help standard.
* - Patch #598758 by stBorchert, sun, pwolanin, eigentor, TheRec, seutje: add ↵Dries Buytaert2009-11-17
| | | | link to the permissions and configuration page of each module from the module configuration page. Great team work!