• last updated 16 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fun with developer support!

1. Added a button to turn template profiling on/off.

2. Moved templating information to the request information page. It was

confusing having it work differently than db and other information. If,

for instance, you clicked on a request link in the developer support

index page, you'd get the db timing information for that request, but

the profiling stuff would come from the footer - and would be the profile

information for displaying request-info.tcl/adp, not for the template

served for that request. Oops.

3. Simplified the ds_profile proc since in practice it only is used for

profiling templates.

Moved over a fix from the default theme (context wasn't being passed along)

Context wasn't being passed up, argh ...

Makes the page title match the last part of the breadcrumbs

Misspelled message resource key.

Implements TIP#137 Support for 3-chars language codes

    • -0
    • +140
    /openacs-4/packages/acs-lang/tcl/apm-callback-procs.tcl
    • -0
    • +41
    /openacs-4/packages/acs-lang/www/admin/locale-new.xql
- reduce dependency of XOTcl internals

Remove the change-locale link since it is now in the user basic info.

Add a specific class to format form legend text.

add three column constraint to acs_data_links

Exposed parameter inheritance for use by the interactive APM package builder.

Turned "edit content" into a button class thing.

drop acs_data_links unique constraint, use unique index instead.

make sure create statements uses bigint for facebook uids

use bigint integer of integer for facebook uids

Add language and timezone to the user-info form

    • -0
    • +21
    /openacs-4/packages/acs-subsite/lib/user-info.xql
1. Disallow the addition of multiple "provides" dependencies to a package (enforce the

"one package/one service" paradigm).

2. Only allow "requires" and "extends" of installed and enabled packages - when you build a

package interactively in the APM, it installs it, and would allow you to require packages

that aren't installed, which of course would make your package fail heavily if you

mounted or otherwise tried to use it.

3. Make adding "extends" properly copy parameters of its parent package.

4. When adding a package, rebuild the cached package dependency information (added by

me in 5.5.0, I'd missed the need to rebuild the cache in the APM interactive package

builder).

Add bold style to CSS.

Add bold style to default CSS.

Use default style for form section and bold one for the legend text when it's not a fieldset around checkbox or radio buttons.

Unset sections at the end of the form so the action buttons will appear under the last section border.

TIP #138 - Add relation_tag to acs_data_links

Fix Torben blunder.

added feature to define value/options form parameters by literal or tcl proc.

Removed more of the text file upload stuff

    • -34
    • +1
    /openacs-4/packages/news/www/preview.tcl
Put back in a date check that might still be needed.

    • -1
    • +12
    /openacs-4/packages/news/www/preview.tcl
Removed the rest of the image stuff and also the file upload stuff as discussed

in honchos this morning.

    • -12
    • +1
    /openacs-4/packages/news/tcl/news-procs-oracle.xql
    • -58
    • +1
    /openacs-4/packages/news/tcl/news-procs.tcl
    • -8
    • +0
    /openacs-4/packages/news/tcl/news-procs.xql
    • -21
    • +2
    /openacs-4/packages/news/www/item-create-3.tcl
    • -3
    • +1
    /openacs-4/packages/news/www/item-create.tcl
    • -1
    • +0
    /openacs-4/packages/news/www/preview.adp
    • -28
    • +1
    /openacs-4/packages/news/www/preview.tcl
Removed files related to unsupported and broken upload image option

    • -15
    • +0
    /openacs-4/packages/news/www/image-choose.adp
    • -80
    • +0
    /openacs-4/packages/news/www/image-choose.tcl
    • -6
    • +0
    /openacs-4/packages/news/www/image.vuh
Modify news dependency to force use of the new version of news.

Track switch to richtext in the underlying news package.