• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
Added link to bookmarklet and XML-RPC ping urls admin pages to admin/index.adp

in lars-blogger.

Added a feature to lars-blogger with a page that will generate a bookmarklet.

If a user drags the bookmarklet link to his or her toolbar, the

button can be used to instantly blog any page visited.

    • -0
    • +13
    ./www/admin/bookmarklet.adp
    • -0
    • +14
    ./www/admin/bookmarklet.tcl
Removing obsolete files

    • -16
    • +0
    ./www/admin/entry-publish-oracle.xql
    • -16
    • +0
    ./www/admin/entry-publish-postgresql.xql
Upgrade script for lars-blogger from 1.0a3 to 1.0a4

    • -0
    • +14
    ./sql/postgresql/upgrade/upgrade-1.0a3-1.0a4.sql
More design cleanup

Do not quote title

Improved design

Adding dotted line

- Removed old personal motivation snippet

- Added note on posting with FeedDemon

- Updated roadmap some

Get category info with an outer join instead of a separate query

Added support for metaweblog.getCategories

Reverting another merge problem: Queries removed

Make posting with default title, title_url, content work (again)

lars-blogger: added title_url to the string sent to trackback::auto_ping

so that blogger will also auto-detect trackbacks and ping URLs that

are placed in an entry's title_url

Fixed merge bug: The old code to edit an entry was ressurected, instead of the call to an API which should happen. No idea why the merge went bad.