• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Log error to errorlog when there's a problem creating an application

Added first/last images

    • binary
    ./packages/acs-subsite/www/resources/stock_first-16.png
    • binary
    ./packages/acs-subsite/www/resources/stock_first.png
    • binary
    ./packages/acs-subsite/www/resources/stock_last-16.png
    • binary
    ./packages/acs-subsite/www/resources/stock_last.png
Moving stylesheet into a separate file

    • -115
    • +13
    ./packages/bug-tracker/lib/master.adp
    • -0
    • +101
    ./packages/bug-tracker/www/resources/bug-tracker.css
Fixed some links

Don't duplicate page title in context bar

Replaced table with div for back/forward naviagation

Removed unnecessary tables in standard form template

Templated page

    • -0
    • +5
    ./packages/acs-admin/www/apm/version-reload.adp
    • -15
    • +15
    ./packages/acs-admin/www/apm/version-reload.tcl
I18N work: using I18N admin UI to walk through adp:s in file-storage and found a couple of texts that I turned into message lookups. About 20 new keys added

    • -1
    • +2
    ./packages/file-storage/www/file-copy.adp
    • -3
    • +1
    ./packages/file-storage/www/file-delete.adp
    • -1
    • +4
    ./packages/file-storage/www/file-delete.tcl
    • -2
    • +2
    ./packages/file-storage/www/file-edit.adp
    • -1
    • +4
    ./packages/file-storage/www/file-edit.tcl
    • -1
    • +2
    ./packages/file-storage/www/file-move.adp
    • -3
    • +4
    ./packages/file-storage/www/folder-chunk.adp
    • -1
    • +1
    ./packages/file-storage/www/folder-delete.adp
    • -2
    • +5
    ./packages/file-storage/www/folder-delete.tcl
    • -2
    • +3
    ./packages/file-storage/www/search.adp
  1. … 8 more files in changeset.
- Added link to reload/watch package files

    • -1
    • +6
    ./packages/acs-admin/www/apm/version-view.tcl
New bcms::folder::create_folder implementation that uses package_instantiate_object and can set package_id

- Fixed problem with watching, so we can watch any tcl/xql file.

- Output message if we're trying to watch a file that we can't reload, so you'll at least know that the watch didn't occur.

- apm_guess_file_type had changed, causing watching to break - not using it now

    • -6
    • +15
    ./packages/acs-tcl/tcl/apm-procs.tcl
I18N admin fix: when skipping a file and there are no files left to process - return to I18N index page

I18N: converting one text in adp into message lookup

    • -4
    • +1
    ./packages/dotlrn/www/community-member.adp
removing debug printout and error

    • -3
    • +1
    ./packages/acs-admin/www/apm/version-i18n.tcl
improved support for adp file internationalization UI. You can now show only adp:s with translatable text. Added a button for skipping an adp file

    • -10
    • +30
    ./packages/acs-admin/www/apm/version-i18n.tcl
A few Danish I18N translations generated while trying out the I18N

UI.

Adding a note that you can refer to the formerror message within the tag, thanks to Lars clarification (#385).

work in progress

    • -0
    • +25
    ./contrib/packages/simulation/www/index.adp
    • -0
    • +51
    ./contrib/packages/simulation/www/index.tcl
    • -0
    • +1
    ./contrib/packages/simulation/www/object.adp
    • -0
    • +28
    ./contrib/packages/simulation/www/object.tcl
    • -0
    • +28
    ./contrib/packages/simulation/www/template.tcl
    • -0
    • +25
    ./packages/simulation/www/index.adp
    • -0
    • +51
    ./packages/simulation/www/index.tcl
    • -0
    • +1
    ./packages/simulation/www/object.adp
    • -0
    • +28
    ./packages/simulation/www/object.tcl
    • -0
    • +28
    ./packages/simulation/www/template.tcl
Changed pretty-name of package to avoid clash with new pretty-name of acs-events

fixing malformed tag for Make_member key added in last commit

noquoting adp var. Making number_of_keys optional page arg

Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode.

    • -2
    • +2
    ./packages/acs-templating/tcl/widget-procs.tcl
some tweaks and simplifications to data model. Matches revision 5 of diagram

reverting to version 1.13. Version 1.14 was committed by mistake

we already have the package_id

first draft

    • -0
    • +23
    ./contrib/packages/simulation/simulation.info
    • -0
    • +23
    ./packages/simulation/simulation.info
    • -0
    • +11
    ./packages/simulation/sql/postgresql/simulation-create.sql
    • -0
    • +49
    ./packages/simulation/sql/postgresql/simulation-drop.sql
    • -0
    • +4
    ./packages/simulation/sql/postgresql/simulation-functions.sql
Reverting accidental change

Cleaned up code to get the category list

    • -4
    • +1
    ./packages/lars-blogger/www/entry-edit.tcl
    • -3
    • +3
    ./packages/lars-blogger/www/entry-edit.xql
Applied fix from Carsten Clasohm - now upgrade works on pg7.3 as well (tried it on 7.2 too). Fixes #631