source: bookmarks

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64   11 years peter - provide wayback machine links to the bookmarked URI at the ctime and …
(edit) @63   11 years peter - renamed controller methods: - create --> create_and_redirect - edit …
(edit) @62   11 years peter - removed unused code from the feed() method of the BookmarkController …
(edit) @61   11 years peter - wrap the creation of the Bookmarks object into the BookmarkController …
(edit) @60   11 years peter - removed CGI::Application-based code - removed commented out code …
(edit) @59   11 years peter - converted app.psgi from using a CGI::Application::Dispatch dispatcher to …
(edit) @58   11 years peter removed the Last-Modified header from the list resource until we have a …
(edit) @57   11 years peter - include a Last-Modified header in the HTML list and individual bookmark …
(edit) @56   11 years peter removed the old CGI script (replaced by app.psgi)
(edit) @55   11 years peter store the digest authentication secret key in the conf.yml file as …
(edit) @54   11 years peter - added a shell script to start the server as a daemon - added …
(edit) @53   11 years peter - converted from a regular CGI application to a PSGI web application - …
(edit) @52   11 years peter - Bookmarks::get_bookmarks() and Bookmarks::get_cotags() support a query
(edit) @51   11 years peter use Text::CSV::Encoded to write UTF-8 encoded CSV files
(edit) @50   11 years peter ensure the HTML link comes last, so that it shows up as the preferred …
(edit) @49   11 years peter added a CSV format response
(edit) @48   11 years peter - updated TODOs - tags are returned as space-separated plain text
(edit) @47   11 years peter - added a create_tables method to Bookmarks that uses the bookmarks.sql …
(edit) @46   11 years peter - moved the update method from Bookmark to Bookmarks - added a …
(edit) @45   11 years peter - created a separate edit runmode to edit existing bookmarks; handled …
(edit) @44   11 years peter - make the id, ctime, and mtime attributes of Bookmark read-only - …
(edit) @43   11 years peter - don't append an extra '/' to the end of the base_uri - save the …
(edit) @42   11 years peter put the BookmarkApp::Dispatch class into its own file
(edit) @41   11 years peter - move the reverse proxy check and change to SERVER_NAME from the …
(edit) @40   11 years peter - include the "format=text" query parameter for the text/uri-list list …
(edit) @39   11 years peter - include bookmark tags as Atom categories for the entry - include …
(edit) @38   11 years peter - put the list of links to alternate formats for the list into a …
(edit) @37   11 years peter - moved the creation of the $bookmarks and $base_uri objects into the …
(edit) @36   11 years peter - the XBEL creation uses the accessors insead of direct hash access of …
(edit) @35   11 years peter simplified the processing of the tag query parameter
(edit) @34   11 years peter moved the bookmarklet link into the refine div, so it does not get …
(edit) @33   11 years peter - generate Atom 1.0 feeds - include an <updated> element in each entry …
(edit) @32   11 years peter - include any tag query parameters in the Atom feed id, self link, and …
(edit) @31   11 years peter - the Atom feed understands multiple tag query parameters - the Atom …
(edit) @30   11 years peter - added a separate run mode for the field resources (view_field) - …
(edit) @29   11 years peter added the javascript bookmarklet link to the bottom of the list view
(edit) @28   11 years peter only update the mtime of an existing bookmark if its tags change
(edit) @27   11 years peter - protect the specific field request with an eval; if it fails because the …
(edit) @26   11 years peter renamed Bookmarks::get_resources() to Bookmarks::get_bookmarks()
(edit) @25   11 years peter - Bookmark uses Moose - the Bookmarks base_uri should be passed to the …
(edit) @24   11 years peter Bookmarks takjes an actual URI object as its base_uri attribute
(edit) @23   11 years peter use the subclass style of CGI::Application::Dispatch
(edit) @22   11 years peter - construct the link attributes and hrefs in the BookmarkApp instead of in …
(edit) @21   11 years peter - added links to the JSON and XBEL formats of the current list - all …
(edit) @20   11 years peter - Bookmarks::get_resources() and Bookmarks::get_cotags() both accept …
(edit) @19   11 years peter added support for viewing the list of bookmarks as XBEL
(edit) @18   11 years peter updated TODOs
(edit) @17   11 years peter - use the canonical form of the base URI in the feed id - use the …
(edit) @16   11 years peter - added a link to the feed by tag if a ?tag is specified - if a ?tag …
(edit) @15   11 years peter - Bookmarks uses Moose instead of Class::Accessor - if not dbh is …
(edit) @14   11 years peter - added a basic "list" action to the bkmk script
(edit) @13   11 years peter - the list of bookmarks accepts limit and offset parameters
(edit) @12   12 years peter added a TODO list
(edit) @11   12 years peter - moved the display of tags for a bookmark to below the link in the list …
(edit) @10   12 years peter - increased the height of the bookmarks list - hid the "cotags" …
(edit) @9   12 years peter * use SQL::Interp to generate the SQL for Bookmarks::get_resources()
(edit) @8   12 years peter pass the canonical base URI to Bookmarks
(edit) @7   12 years peter * added a base_uri property to the Bookmarks class; if present, it adds …
(edit) @6   12 years peter using CGI::Application::Plugin::TT instead of Template directly for …
(edit) @5   12 years peter Switched to using CGI::Application and CGI::Application::Dispatch for the …
(edit) @4   12 years peter Use a smaller font for the bookmark list items
(edit) @3   12 years peter - Added a base URL to the list, guarenteed to end in "bookmarks/" - …
(edit) @2   12 years peter Added exisiting bookmarks project files
(add) @1   12 years peter Initial repository structure
Note: See TracRevisionLog for help on using the revision log.