• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- turn forums/lib/message/row into an include with a include_contract to document expected arguments and defaults

- optimize adp, since this can be called quite frequently in a forums thread

- add function args for completeness

- added experimental disk cache

  1. … 1 more file in changeset.
- pass pretty_name to notification widget HTMLescaped (since widget expects it)

  1. … 5 more files in changeset.
- prefer doc(title) over page_title

- dont i18n urls

- bump version numbers

  1. … 75 more files in changeset.
- remove broken and unused include file

*** empty log message ***

  1. … 75 more files in changeset.
- fix screen name handling (must have been broken since years)

    • -13
    • +15
    ./lib/user/post-history-chunk.tcl
- use notification-widget for message notification as well

- bump version numbers and update dependencies

  1. … 2 more files in changeset.
- new include /packages/notifications/lib/notification-widget based on ad_include_contract

- use notification-widget instead of notification-chunk in forums/www/forum--view

  1. … 3 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 336 more files in changeset.
- fix error on formums page (used has_submit 1, but this was not true)

- don't include <input> in <label>

- fix validity of HTML

- fix indentation

- update of russian catalog files as contributed by v v (see issue #3274)

    • -3
    • +191
    ./catalog/forums.ru_RU.utf-8.xml
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 14 more files in changeset.
- do localization in script since apparently the arrays for the embedded variables (%forum.name%, %message.subject%) are not passed to the environment where the master is evaluated

- fix validity of HTML

- fix and standardize quoting in template properties

  1. … 331 more files in changeset.
- fix quoting

- strengthen page contracts

- add function args missed by earlier upgrades

- bump version numbers

    • -0
    • +21
    ./sql/postgresql/upgrade/upgrade-1.3d10-1.3d11.sql
  1. … 8 more files in changeset.
- get rid of the pesky "MISSING FORMWIDGET: search:search:formbutton:ok" message

- standardize url construction

- ensure proper encoding of hrefs

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

  1. … 7 more files in changeset.
- fix HTML attribute quoting