• last updated 47 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
1. Added documentation for where_clause and where_clause_eval

2. Added support for DefaultListFilterStyle parameter

Added DefaultListFilterStyle parameter

Added inline-filters style

file inline-filters.adp was initially added on branch oacs-4-6.

Added styles for the inline-filter

Added parameters to control the number of entries to be shown on the front page: minimum number of entries, maximum number of entries, and number of days to show.

Removed the redundant "download archive" link, it already exists in folder-chunk.adp (where it shows if content_size_total is greater than zero).

Added switch -key to template::list::page_where_clause

Fix typo. bug#636

Fixed typo.

Changed to order posts by last_child_post instead of posting date. This

lists the most recently active threads on the home page.

Change default view to last active (reply) date.

Remove name method from weblogger_channels, since the function isn't defined, and it's not needed

Bumped the version to 0.4d in order to use the new StateTabsP param.

Added help_text to the description field.

Changed the label and help_text of the log field.

1. Let the external bar default to the top of the page.

2. 'Refresh' replaced with 'Reset' and new gif.

3. State 'Created' => 'Pending'.

4. Solved indent problem without using <UL>.

5. Added/edited title attribs for all links.

6. Added a param to include/exclude state tabs.

    • binary
    /openacs-4/packages/curriculum/www/graphics/reset.jpg
Fix bug that supresses edit this page link on subsites. Bug#628

Fix restriction that limited serving only Main Subsite content folder with ETP.

Now any subsite can have a content folder managed by ETP.

fixes bug 152/patch 47 Jun Yamog

Fixed bug #626: Change project lead, set active/inactive

    • -2
    • +32
    /openacs-4/packages/logger/tcl/project-procs.tcl
    • -0
    • +19
    /openacs-4/packages/logger/tcl/project-procs.xql
file project-make-active.tcl was initially added on branch oacs-4-6.

file project-make-inactive.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    /openacs-4/packages/logger/www/admin/project-make-inactive.tcl
Forgot to noquote title and context bar.

Added noquote references. Resovles bug#585

    • -1
    • +1
    /openacs-4/packages/survey/www/admin/one.adp
changing name of sitewide admin dir from sw-admin to sitewide-admin

1. Added support for retrieval of live revision of files by their URL (a.k.a. virtual URLs).

This will make relative linking of images and sub-documents in HTML documents work.

As a small bonus, HTML and text documents will be templated, but only if they

are being stored in the db. Files stored in the file system look like before ...

2. Provided upgrade scripts for file-storage and the CR.

    • -0
    • +15
    /openacs-4/packages/file-storage/www/view/index-postgresql.xql
1. I made it possible to let content_template.new(), and its PG equivalent,

create a revision of the template by simply providing the template in the 'text'

param.

2. Bug-fixed content::init, content::get_content and some other procs related

to the index.vuh in the CR. Virtual URLs are now more or less supported for items

of any content type if they have a content template associated with them.

If a content item associates a template to it (by registering it), it will have precedence

over the type's template. It will transparently act as a default, in other words.

Added Oracle suport to db_blob_get. Changed site_node_closest_ancestor_package so that it takes a list of keys.

Added xql file. Fixed datamodel to reflect general_comments subtype of

content_item. Added plsql api for adding a new revision of a comment.