2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a two new parameters to Saci:get_nodes_by_prefix(): visible and id_filter. The first is can be set to a username to filter out nodes that only that user can see. The second is an optional filter for the node IDs. Also added two new methods to Node: get_children() and get_visible_children(). Both allow a flag to only get immediate children as the first parameter. Collections now use use get_visible_children() with the "immediate" flag for listing the children. More... about 15 years ago
Merge branch 'master' of git://gitorious.org/sputnik/mainline More... about 15 years ago
Ensure that collections work properly with child_proto (using it if it exists, otherwise using node.id/@Child) More... about 15 years ago
Fix collection.save_new so it uses the child_uid_format parameter More... about 15 years ago
Allow a collection to specify the format string for new child UIDs, while supplying a sane default More... about 15 years ago
Pass the content of the collection to the template, and display it before the create new link More... about 15 years ago
Add a function Sputnik:format_time_RFC822() that will generate a time string conforming to RFC822 and use it for RSS feeds More... about 15 years ago
Altered RSS feed to include dc:creator and pubDate. More... about 15 years ago
* Altered RSS feed to include a link to history and diff with previous version * Altered RSS feed to properly escape the title and description * Added a message "No edit summary provided" when there isn't a summary comment * Altered actions.diff to default to the previous version, searching back 200 revisions * Altered actions.diff to compare to a blank node, when diffing a node with one version More... about 15 years ago
Merge branch 'master' of git://gitorious.org/sputnik/mainline More... about 15 years ago
Releasing 9.03.03 and fixing a few bugs. More... about 15 years ago
Fix an error that could cause nodes retrieved via the fallback function to always be marked as a stub the second time they are retrieved More... about 15 years ago
Actually allow for node.breadcrumb, which is used in place of the title when making breadcrumbs More... about 15 years ago
Fix the registration system so terms of service acceptance works properly More... about 15 years ago
Use button element for login form instead of input More... about 15 years ago
Added a configuration option DEFAULT_NAVSECTION that allows you to define the default section that is highlighted in the navigation bar when no other section matches. This value can be set to nil to disable this behavior. More... about 15 years ago
Make the content field for @Lua_Config nodes resizeable More... about 15 years ago
Alter the validate_lua action to only parse code when validating, rather than trying to run it More... about 15 years ago
Add an option to sandbox:do_lua to only parse the code, not actually run it More... about 15 years ago
Use the button element for input submission buttons rather than input More... about 15 years ago
Adding a new "configure" action to replace "admin_edit". Admin can now have access to the normal edit form. Also, simplifying the default edit interface even further. More... about 15 years ago
Making sure the file upload input aligns. More... about 15 years ago
Fixing the download action for binary files. More... about 15 years ago
Changing binaryfile to also link to the image. More... about 15 years ago
Adding an extra config node to store the defaults. More... about 15 years ago
Hiding the prototype form on the non-admin edit form. More... about 15 years ago
Non-existent nodes now show a list of prototypes that could be used to instantiate nodes with specific prototypes. More... about 15 years ago
Making cookie name actually configurable. More... about 15 years ago
Adding a separate color for the case where validaction does not return either "valid" or "invalid" (gray by default), and making the colors configurable. More... about 15 years ago
Removing hardcoded base URL in editor.validatelua. More... about 15 years ago