• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
added documentation for wizards

    • -0
    • +199
    ./packages/acs-templating/www/doc/guide/wizard-procs-doc.html
modified the wizard to be nlevel deep. also added more doc. wizard is also modified by Brad Duell

    • -3
    • +18
    ./packages/acs-templating/tcl/filter-procs.tcl
    • -170
    • +493
    ./packages/acs-templating/tcl/wizard-procs.tcl
info file fix: making version name in version url be up-to-date (have the version name in it). Upgrades fail on unique constraint of version url otherwise.

Only say 'Translate' if the message has not been translated

Don't dress localization data up as links to translate when in translator mode

    • -4
    • +5
    ./packages/acs-lang/tcl/localization-procs.tcl
Added message key for changing language

    • -1
    • +1
    ./packages/acs-subsite/www/pvt/home.adp
Require admin priv for editing categories

    • -3
    • +3
    ./packages/lars-blogger/www/category-edit.tcl
Made folder use <th> instead of <td> for header

    • -5
    • +5
    ./packages/file-storage/www/folder-chunk.adp
Added braces around if clause

Include link to change language (locale)

    • -0
    • +6
    ./packages/acs-subsite/www/pvt/home.adp
    • -1
    • +6
    ./packages/acs-subsite/www/pvt/home.tcl
Do not green-circle messages in the messages table

Translator mode now reintroduces the green circles

    • -6
    • +23
    ./packages/acs-lang/tcl/lang-message-procs.tcl
Default to system local and timezone

- Fixed translator mode toggle switch

- Reorganized links for clarity

    • -7
    • +7
    ./packages/acs-lang/www/admin/index.adp
Added page for testing translator mode

    • -0
    • +2
    ./packages/acs-lang/www/admin/test/index.html
    • -0
    • +26
    ./packages/acs-lang/www/admin/test/translator-mode.adp
    • -0
    • +37
    ./packages/acs-lang/www/admin/test/translator-mode.tcl
Make the page not break when the en_US message doesn't exist

Translator mode integrated into the templating system

Added translator mode link to blank-master

upgrade script fix: cannot drop columns with PG 7.2. Also, shouldn't say drop table CASCADE with PG 7.2

upgrade script fix: authority__new had too many arguments. Seems we cannot alter a column to have not null constraint

upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn

Removed pm debug statements

    • -2
    • +0
    ./packages/acs-tcl/tcl/utilities-procs.tcl
Resolves bug #749 by appying patch #302.

Fix for bug #847, applied patch #300.

Updating oracle drop script, I think it works.

Support for categories in RSS

    • -4
    • +6
    ./packages/lars-blogger/tcl/rss-procs.tcl
Support for categories in RSS 2.0

Cleaned up categories UI

    • -14
    • +1
    ./packages/lars-blogger/www/category-edit.adp
    • -77
    • +91
    ./packages/lars-blogger/www/category-edit.tcl
    • -3
    • +9
    ./packages/lars-blogger/www/category-edit.xql
    • -15
    • +15
    ./packages/lars-blogger/www/index.tcl
    • -1
    • +1
    ./packages/lars-blogger/www/admin/index.tcl
Removed pubDate, it's not being set by rss-support

    • -2
    • +1
    ./packages/lars-blogger/tcl/rss-procs.tcl
Adding trackback support package

    • -0
    • +28
    ./packages/trackback/trackback.info
    • -0
    • +9
    ./packages/trackback/lib/trackback-chunk.adp
    • -0
    • +8
    ./packages/trackback/lib/trackback-chunk.tcl
    • -0
    • +17
    ./packages/trackback/sql/oracle/trackback-create.sql
    • -0
    • +20
    ./packages/trackback/sql/oracle/trackback-drop.sql
    • -0
    • +17
    ./packages/trackback/sql/postgresql/trackback-create.sql
    • -0
    • +28
    ./packages/trackback/sql/postgresql/trackback-drop.sql
    • -0
    • +191
    ./packages/trackback/tcl/trackback-procs.tcl
    • -0
    • +14
    ./packages/trackback/tcl/trackback-procs.xql
    • -0
    • +87
    ./packages/trackback/www/index.vuh