Граф коммитов

118 Коммитов

Автор SHA1 Сообщение Дата
Eugene Lazutkin 4d8afc5f2f bugfix: typo in the group remove controller. 2010-07-10 03:44:58 -05:00
Eugene Lazutkin 2614d6a4e7 Small tweaks: enabled collab, removed some debugging. 2010-07-09 04:13:12 -05:00
Patrick Walton 4819b48800 Never raise errors if dependencies can't be found in a batch of metadata, since this prevents user plugins from depending on built-in plugins 2010-06-30 14:04:24 -07:00
Patrick Walton d83b09064d Implement user worker plugins on the server side 2010-06-24 12:22:41 -07:00
Patrick Walton d89116141f Replace references to themes with references to plugins in bespin/usertemplate/plugins/README.txt 2010-06-23 17:25:43 -07:00
Kevin Dangoor 31431acc87 make the raising of plugin dependency errors optional 2010-06-18 09:38:20 -04:00
Kevin Dangoor a9a7e19f82 fix bug 543442: internal server error when you try to delete a directory
without providing a trailing slash (now gives a 400 error)
2010-06-10 16:44:28 -04:00
Kevin Dangoor c481ed7e0a delete dead code 2010-06-10 16:35:02 -04:00
Kevin Dangoor f5a6433239 guard against invalid dependencies in filter_plugins 2010-06-04 16:29:32 -04:00
Kevin Dangoor eae173449f fix regression from 3e704f5b2c43 in reload functionality
(the reload URL is only intended to return metadata from a single
plugin, so it can't have filtering applied to it properly)
2010-06-04 16:25:57 -04:00
Patrick Walton 69862727a4 Deliver to web workers only the plugins that are safe for them to execute 2010-06-01 16:07:43 -07:00
Kevin Dangoor b63180e0a2 eventlog details can be unbounded length 2010-05-28 08:14:26 -04:00
Kevin Dangoor 941204b370 handle new htmlt plugins (as a replacement for jsmt)
--HG--
rename : bespin/tests/plugindir/plugin1/templates/one.jsmt => bespin/tests/plugindir/plugin1/templates/one.htmlt
2010-05-14 16:04:09 -04:00
Patrick Walton 1b74ba2f57 Create a BespinSettings project if it doesn't exist while fetching a template 2010-05-12 15:52:17 -07:00
Kevin Dangoor c357a3e598 fix base url for new, simpler server setup 2010-05-06 10:23:18 -04:00
Kevin Dangoor 299a6f3b1a optimization for template modules: eliminate render() and just mix the
templates into the exports object
2010-05-03 15:45:27 -04:00
Kevin Dangoor d922ecc1c3 the server will now serve up templates for a plugin automatically in
a synthesized module
2010-05-03 15:38:01 -04:00
Kevin Dangoor 41e55aef46 add support for "boot" plugins. these plugins are loaded specially
and are not included in the main metadata
2010-04-30 23:26:49 -04:00
Kevin Dangoor 9187238507 remove error logging from _check_identifiers so that errorstack isn't
flooded with useless info
2010-04-30 15:17:49 -04:00
Kevin Dangoor 649d2c70b6 add missing "self." so that queued jobs can be completed properly 2010-04-30 11:05:26 -04:00
Patrick Walton c90a8bc860 Update metadata to the format expected by the new Tiki 2010-04-29 13:50:54 -07:00
Kevin Dangoor 5338d339ec remove unwanted license text from email messages 2010-04-29 13:41:01 -04:00
Kevin Dangoor 324309ff8f turn off noisy csrf logging 2010-04-28 08:35:52 -04:00
Julian Viereck a35c5dc4a9 Use preview/at/ to get css files; bug 561070 2010-04-22 20:46:44 +02:00
Julian Viereck 049da57a60 Saveas shouldn't work when saving to a folder and there is some content; bug 558670 2010-04-22 20:46:04 +02:00
Kevin Dangoor 2b3767572a a better fix for ensuring that *only* user plugins can be uploaded to the
gallery
2010-04-22 13:50:06 -04:00
Kevin Dangoor 297037e6c9 add new thirdparty directory to the pluginpath 2010-04-22 13:37:08 -04:00
Kevin Dangoor 07ddd0ce55 fix bug 558310: tweak handling of URLs and plugin names to allow remote
installation again
2010-04-22 11:03:49 -04:00
Kevin Dangoor aaac96d3e8 fix bug 558349: users should not be able to upload plugins with the same
names as supported plugins.
2010-04-21 16:23:32 -04:00
Kevin Dangoor 489750d629 fix bug in code that generates events for the social bar. could get
an error when opening file if there are no followers.
2010-04-21 15:55:58 -04:00
Kevin Dangoor 02396ef68c fix bug 558778: reduce CSRF logging level to make ErrorStack usable. 2010-04-21 08:53:50 -04:00
Eugene Lazutkin 18b64cccf7 Refactored parts of callab, added "tell about file events", added notifications on opening files. 2010-04-21 03:40:33 -05:00
Eugene Lazutkin 336afc320b Added public user data method.
--HG--
extra : rebase_source : 8effde8327f9c986017a16850dfd819b936fcd5c
2010-04-15 05:00:16 -05:00
Eugene Lazutkin 0d71865fe1 First round of social interaction commands.
--HG--
extra : rebase_source : 00a48f6fb18df3bfda6ad835885b095895d9b450
2010-04-08 03:34:37 -05:00
Julian Viereck a6dcdd7b3b Add error messages if the users tries to add a plugin that does not exist 2010-04-20 18:18:54 +02:00
Julian Viereck e61183b611 Append the request /plugin/request/user to send back the user's pluginorder as well as the deactivated plugins 2010-04-20 18:17:26 +02:00
Kevin Dangoor 8af14268c4 you can now log in by email address, as long as there is only one
user with the email address given
2010-04-14 16:31:30 -04:00
Kevin Dangoor 8f4046a45b fix bug 558311: integrate ErrorStack on the server 2010-04-09 14:23:40 -04:00
Kevin Dangoor 31dfddad25 fix a bug in config test (triggered by the removal of collab as a capability
on the server)
2010-04-09 14:34:36 -04:00
Kevin Dangoor e33ae21b16 save version number when a new version is uploaded 2010-04-06 13:29:15 -04:00
Kevin Dangoor 6400693b0c temporarily turn off collab on the server (prevents the server from
sending mobwrite messages)
2010-04-05 12:23:17 -04:00
Kevin Dangoor bbcf9b0d82 revert the list_all behavior back to just returning a list of the filenames
rather than a list of objects

--HG--
extra : rebase_source : 19598af5f4b3f8e22e7502a0ccfd63808a38cf64
2010-03-31 21:46:00 -04:00
Eugene Lazutkin 6940aa5ae3 Unbreaking mobwrite. 2010-03-31 19:58:28 -05:00
Eugene Lazutkin a3321344c8 Updating mobwrite with user names.
--HG--
extra : rebase_source : dde2c911fcc57b208144df520741b95a55e885fd
2010-03-30 02:00:49 -05:00
Eugene Lazutkin 32dbcf8f50 Patch #2 (intermediate). Full social features (need more extensive testing), integration with mobwrite (need more testing and we need to verify the functionality).
--HG--
extra : rebase_source : 6d0a35cf1d48fa1a00832b428fd13338087bcfbf
2010-03-29 00:43:38 -05:00
Eugene Lazutkin 3c2fd1b260 Integrating mobwrite in the message loop.
--HG--
extra : rebase_source : 1842a5ed0c587e107611d3351f58e70f3dc25c1f
2010-03-24 01:56:13 -05:00
Eugene Lazutkin 9d0662fe1e Making sure that the collaboration test works as expected: follow, unfollow, and broadcast.
--HG--
extra : rebase_source : 379272de5ef3d1a56747945501db64f303192622
2010-03-19 02:01:54 -05:00
Eugene Lazutkin 4ff04f2a3b Collaboration patch #1.
--HG--
extra : rebase_source : 614f412af96c31740b98f118a1d577de2563eeb4
2010-03-18 06:11:18 -05:00
Kevin Dangoor 9775d8731d add a URL that can be used to download the current version of a plugin 2010-03-31 15:40:31 -04:00
Kevin Dangoor fe1055e07b pass the proper format metadata back to the client when the user installs
a plugin
2010-03-31 14:14:30 -04:00