Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title fields use headings #164

Merged
merged 3 commits into from
May 11, 2015
Merged

Title fields use headings #164

merged 3 commits into from
May 11, 2015

Commits on May 7, 2015

  1. Respect $conf[useheading] for title fields w/o title

    Also add tests for fields of the type page, title, and pageid
    micgro42 committed May 7, 2015
    Configuration menu
    Copy the full SHA
    b6306a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d8102 View commit details
    Browse the repository at this point in the history
  3. Values for page and title are always absolute

    _resolveData always resolves the id from title and page fields starting
    from the root namespace, since it doesn't know about the namespace of
    the corresponding dataentry. Hence the dataentry dialog should always
    consider the entered ids to be absolute and link them accordingly.
    micgro42 committed May 7, 2015
    Configuration menu
    Copy the full SHA
    15b9cc3 View commit details
    Browse the repository at this point in the history