1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Oct 14, 2024 — Oct 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
datetime parsing should now work for newer versions of confluence
Matt Zukowski
as zuk
More... about 16 years ago
Removing inadvertantly added coverage reports; altered .gitignore to really ignore them More... over 16 years ago
Added the basics for testing with rspec More... over 16 years ago
added README for github
Matt Zukowski
as matt.zukowski
More... over 16 years ago
added through_admin_proxy method to allow executing some arbitrary code as another user (presumably an administrator user)... i.e. this is something like "sudo" functionality
Matt Zukowski
as zuk
More... almost 19 years ago
removed unneeded require
Matt Zukowski
as zuk
More... almost 19 years ago
- Page#find_by_title now returns nil instead of throwing an exception when no matching page is found (this is closer to ActiveRecord's behaviour) - fixed minor bug in confluence RPC error handling
Matt Zukowski
as zuk
More... almost 19 years ago
Line breaks in metadata are now automatically removed. Line breaks seem to break things :( ... will have to address this properly later on.
Matt Zukowski
as zuk
More... almost 19 years ago
fixed a nasty authentication bug and in the process redesigned the entire authentication system
Matt Zukowski
as zuk
More... almost 19 years ago
added find_all_usernames method for fetching all of the usernames
Matt Zukowski
as zuk
More... almost 19 years ago
interim commit
Matt Zukowski
as zuk
More... almost 19 years ago
Working resource creation template.
Matt Zukowski
as zuk
More... almost 19 years ago
better handling of authentication exceptions
Matt Zukowski
as zuk
More... almost 19 years ago
added has_permission? method for checking whether the user has edit and/or view permissions for a given page
Matt Zukowski
as zuk
More... almost 19 years ago
- "name" is now an alias for "title" - check that space and title are set before saving
Matt Zukowski
as zuk
More... almost 19 years ago
- removed @changed_attributes property which isn't used anymore - fixed exception when can't reload after save.... although there might still be a problem here
Matt Zukowski
as zuk
More... almost 19 years ago
fixed handling of unexpected errors
Matt Zukowski
as zuk
More... almost 19 years ago
action for joining a tribe now works
Matt Zukowski
as zuk
More... almost 19 years ago
- added login functionality (user is now prompted for their confluence username/password) - xmlrpc errors are now cast as Confluence::RemoteException or Confluence::RemoteLoginException
Matt Zukowski
as zuk
More... almost 19 years ago
connect options are now specified as a hash... moving towards parameterizing login stuff
Matt Zukowski
as zuk
More... almost 19 years ago
proper init.rb
Matt Zukowski
as zuk
More... almost 19 years ago
you can now specify the space to fetch a page from
Matt Zukowski
as zuk
More... almost 19 years ago
Moving confluence4r stuff into its own plugin module
Matt Zukowski
as zuk
More... almost 19 years ago