• last updated 30 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Merged over notifications formatting bug fix from 4.6 branch

Fixed notifications formatting bug

Fixed bug #1362: Blog entries loose their time when editing

Fixed bug in rendering text/enhanced entries in notifications: All line breaks were skipped, and it just became one big blur.

Upgrade script for changes which allow package uninstantiation

    • -70
    • +2
    ./sql/postgresql/upgrade/upgrade-1.0a3-1.0a4.sql
fixed call to xmlrpc::remote_call

Changed db_exec_plsql update_category in category::edit to db_dml, fixing a bug (query was a DML statement)

Extra parameter in template::util::is_true call (in entry::edit) removed

Make comments and blogroll include-optional

Use edit/delete gifs and standard location

Don't show categories widget if no categories have been defined

Honor untrusted_user_id

Fixed blogroll layout

Bumped to version 2.0d1

Title 'Administration'

Added technorati portlet

Typo

Weird character in file

Technorati API support for lars-blogger

    • -0
    • +10
    ./lib/technorati.tcl
    • -0
    • +12
    ./lib/technorati.xql
Technorati and Blogroll support for lars-blogger

    • -1
    • +13
    ./sql/postgresql/lars-blogger-create.sql
    • -1
    • +2
    ./sql/postgresql/lars-blogger-drop.sql
    • -0
    • +13
    ./sql/postgresql/upgrade/upgrade-1.0a3-1.0a4.sql
    • -0
    • +4
    ./tcl/technorati-init.tcl
    • -0
    • +180
    ./tcl/technorati-procs.tcl
    • -0
    • +32
    ./tcl/technorati-procs.xql
Categories in metaweblog.editPost

Final 2 changes for blogroll: the patch to the front page template and an uninstantiate hook to remove blogroll entries.

    • -0
    • +11
    ./tcl/blogroll-procs-postgresql.xql
    • -0
    • +23
    ./tcl/blogroll-procs.tcl
CSS changes for lars-blogger blogroll

Blogroll feature for lars-blogger. The patch includes datamodel

and admin UI pages for adding items to the blogroll, as well as an

includelet to display the blogroll. The includelet has been added

to the blogger front page.

    • -0
    • +105
    ./sql/postgresql/lars-blogger-blogroll-create.sql
    • -0
    • +11
    ./sql/postgresql/lars-blogger-blogroll-drop.sql
    • -1
    • +2
    ./sql/postgresql/lars-blogger-create.sql
    • -1
    • +4
    ./sql/postgresql/lars-blogger-drop.sql
    • -0
    • +100
    ./sql/postgresql/upgrade/upgrade-1.0a3-1.0a4.sql
    • -0
    • +40
    ./www/admin/blogroll-ae-postgresql.xql
    • -0
    • +5
    ./www/admin/blogroll-ae.adp
    • -0
    • +36
    ./www/admin/blogroll-ae.tcl
    • -0
    • +9
    ./www/admin/blogroll-delete-postgresql.xql
    • -0
    • +21
    ./www/admin/blogroll-delete.tcl
    • -0
    • +14
    ./www/admin/blogroll-delete.xql
    • -0
    • +61
    ./www/admin/blogroll-move.tcl
  1. … 5 more files in changeset.
Typos, misplaced commas

    • -2
    • +2
    ./tcl/blogger-api-procs-postgresql.xql
    • -1
    • +1
    ./tcl/metaweblog-api-procs-postgresql.xql
Recreate pinds_blog_entry.new to not insert into obsolete posted_date column

    • -0
    • +70
    ./sql/postgresql/upgrade/upgrade-1.0a3-1.0a4.sql
Merged posted_date and entry_date into entry_date, which is now a full timestamp

    • -2
    • +14
    ./sql/oracle/lars-blogger-create.sql
    • -0
    • +22
    ./sql/oracle/upgrade/upgrade-1.0a3-1.0a4.sql
    • -2
    • +1
    ./sql/postgresql/lars-blogger-create.sql
    • -7
    • +6
    ./tcl/blogger-api-procs-postgresql.xql
    • -12
    • +11
    ./tcl/metaweblog-api-procs-oracle.xql
  1. … 20 more files in changeset.
Last n comments includelet for lars-blogger

    • -0
    • +29
    ./lib/last-n-comments-postgresql.xql
    • -0
    • +5
    ./lib/last-n-comments.adp
    • -0
    • +11
    ./lib/last-n-comments.tcl
Missing pieces from previous checkin of multiple ping URLs code in lars-blogger

Multiple ping URLs in lars-blogger. Currently lars-blogger can only

ping one server (typically weblogs.com) when an entry is posted. With

this change there is an admin user interface to add multiple ping URLs,

just like Movable Type, which will each be pinged when the blog is

updated.

    • -1
    • +16
    ./sql/postgresql/lars-blogger-create.sql
    • -0
    • +5
    ./www/admin/ping-url-add.adp
    • -0
    • +31
    ./www/admin/ping-url-add.tcl
    • -0
    • +18
    ./www/admin/ping-url-remove.tcl
    • -0
    • +18
    ./www/admin/ping-urls.adp
    • -0
    • +36
    ./www/admin/ping-urls.tcl