• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
More rendering cleanup

Use new category-form-helper-procs

Fixed Bug #1481

Fixed bug: Only show entries from projects mapped to this package instace

Fixed bug: Logger index page included inactive projects

Fixed to work with new categories changesonly show 7 days log history

Fixed action-link

- Speed improvements on query (taking permission checking out)

- Making projection bar bigger

  1. … 4 more files in changeset.
Page broken on new project

Category subtree support

Added categories support -- filtering/ordering still missing, but otherwise we're good

  1. … 2 more files in changeset.
Pick a default projection

  1. … 4 more files in changeset.
Show and choose projections

  1. … 3 more files in changeset.
Moved files from www/lib to lib

  1. … 4 more files in changeset.
Make buttons, not plain links

  1. … 1 more file in changeset.
Moved stylesheet to resources

    • -0
    • +147
    ./resources/style.css
Cleaned up log-entry page, includeablized the entries table, so it can be included on the log entry table

  1. … 5 more files in changeset.
Listbuilderified, cleaned up UI

    • -13
    • +3
    ./admin/map-variable-to-project.adp
    • -1
    • +27
    ./admin/map-variable-to-project.tcl
Add -> Add Entry

Go directly to log page when there's only one project

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 590 more files in changeset.
fix a few more missing rdbms stanzas

  1. … 12 more files in changeset.
file index-oracle.xql was initially added on branch oacs-5-0.

file index-postgresql.xql was initially added on branch oacs-5-0.

- Fixed bug #857: logger on Oracle

- Fixed bug that project deletion deleted the pre-installed variables, too

  1. … 8 more files in changeset.
fix calls to ad_return_complaint

  1. … 22 more files in changeset.
fixing bug 1119

Change the all_users to acs_users_all, bump version to 5.0.0b3, provide

upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger.

fixes bug 1174.

  1. … 8 more files in changeset.
rename formbuilder::edit to edit since trying to upvar

"variable_form:formbutton:formbuilder::edit"

dies since namespace doesn't exist. bug 1066 patch 349

changing dbqd.logger.www.lib.entries-table.select_entries to use

all_users rather than cc_users makes the query go from 1400ms to

15ms on a system with 60k users. In any case I think you want all

entries submitted even if a users site membership is subsequently

revoked.