• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 368 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Bugfix: when creating a paginator, queries containing $ variables cannot be passed by name and resolved by the

internal paginator machinery, because those vars won't be available in the expected evaluation scope when calling db_map.

Probably db_map could be made more clever about this, but as a simple solution for this case I have just made so the

pagination query is computed in the caller level and passed to the paginator directly.

- add editor hints to keep spaces/tabs in the future more consistent

  1. … 313 more files in changeset.
- harden page contracts

- standardize url construction

  1. … 8 more files in changeset.
- use type checking for boolean parameters in page_contracts to improve security

  1. … 20 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
More occurrances of ad_table. Using list templates instead.

  1. … 3 more files in changeset.
- use consistently "naturalnum" instead of "integer" when accepting just positive values

  1. … 13 more files in changeset.
- flatten nested "lindex" structures

- use numeric comparison operator for truth value comparisons

- use "lassign" instead of multiple "lindex" operations

  1. … 6 more files in changeset.
- use "lassign" instead of "util_unlist"

  1. … 19 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- standardize expressions and comparison operations

  1. … 14 more files in changeset.
change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public

  1. … 689 more files in changeset.
using string repeat instead of old proc to generate indentation

changed for renamed proc repeat_string

  1. … 3 more files in changeset.
added support for single/multiple categorizations / forcing users to map at least one category

  1. … 48 more files in changeset.
committing the port of the categories package from Oracle to PostgreSQL by Michael Steigman

  1. … 18 more files in changeset.
a) show only objects of a given package_id b) let user combine categories with and/or

  1. … 4 more files in changeset.
a) removed sql from tcl files b) renamed some queries for better readability c) added query files for category browsing pages

  1. … 30 more files in changeset.
Importing the categories package developed by Timo Hentschel

  1. … 92 more files in changeset.
Initial revision

    • -0
    • +182
    ./categories-browse.tcl
  1. … 92 more files in changeset.