To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

root/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @4762 [4762] 25 hours tboutell Added a data-width attribute to the a-slot div in cases where the slot had …
(edit) @4761 [4761] 4 days jake fallback for older browsers without file api support
(edit) @4760 [4760] 4 days wjohnald Added CKEDITOR to media items
(edit) @4759 [4759] 4 days jake final layout established
(edit) @4758 [4758] 4 days tboutell * Labels can be translated and overridden, don't live in hardcoded …
(edit) @4757 [4757] 7 days wjohnald Added listToHashByKey to aArray
(edit) @4756 [4756] 8 days jake further styling. Added overrides for the other media templates that use …
(edit) @4755 [4755] 9 days jake Fixed some more routing bugs from the renaming of the enhanced media …
(edit) @4754 [4754] 11 days jake The new media uploader is fully functional (again)! Need to finish and …
(edit) @4752 [4752] 11 days jake renamed mediaOverrides module to aEnhancedMedia
(edit) @4750 [4750] 11 days jake started overriding aMedia module. Less broken, soon to be fully un-broken.
(edit) @4749 [4749] 11 days jake The new functionality for overriding a template via a partial or component …
(edit) @4748 [4748] 13 days tboutell In aMongoDBCache::purge(), if we are respecting neither a prefix nor a …
(edit) @4747 [4747] 13 days kerry added alert confirmation to apply changes button
(edit) @4746 [4746] 2 weeks tboutell Oops, thanks to Gabe Fahl for pointing out a 5.2.x incompatibility in my …
(edit) @4745 [4745] 2 weeks tboutell * Set a-blog-has-filters flag slot when the filter sentence is present * …
(edit) @4744 [4744] 2 weeks tboutell * link_to is not suitable for user-supplied URLs. This results in a 500 …
(edit) @4743 [4743] 2 weeks wjohnald Commented errant error_log out of PluginAMediaItem.
(edit) @4742 [4742] 3 weeks tboutell * New renderTemplate method in aEngineActions allows you to return from an …
(edit) @4741 [4741] 3 weeks tboutell * If a video has no thumbnail and the video slot was rendered with the …
(edit) @4740 [4740] 3 weeks tboutell Don't try to apply workflow to areas named 'title', since there is nowhere …
(edit) @4739 [4739] 3 weeks tboutell When searching the blog, respect the order of the page ids returned by the …
(edit) @4738 [4738] 3 weeks tboutell Same fix to selection when displaying a slideshow with a limit on the # of …
(edit) @4737 [4737] 3 weeks tboutell Use of the 'limit' or 'firstOnly' option to slideshow slots no longer …
(edit) @4735 [4735] 3 weeks tboutell Styles for the simple "allow comments" checkbox
(edit) @4734 [4734] 3 weeks tboutell New options: * app_aBlog_allow_comments_individually allows comments to …
(edit) @4733 [4733] 3 weeks tboutell Simple styles for an "allow comments" checkbox, replacing the …
(edit) @4732 [4732] 3 weeks kerry minor changes to button styling
(edit) @4730 [4730] 3 weeks jake added overrides from frontend down to plugin, they don't currently …
(edit) @4729 [4729] 3 weeks jake added "code" icon to sprite
(edit) @4728 [4728] 4 weeks tboutell Fix browser warning on https sites with the google maps slot. Thanks to …
(edit) @4727 [4727] 4 weeks tboutell Refactored so that you can more easily override the default number of …
(edit) @4726 [4726] 4 weeks tboutell autoplay option for video slots. We always supported this at the embed …
(edit) @4725 [4725] 4 weeks tboutell * New thumbnailOnly option to video slots renders the thumbnail with the …
(edit) @4724 [4724] 4 weeks kerry If an extra } is encountered in a LESS file, throw a meaningful error …
(edit) @4723 [4723] 4 weeks tboutell app_aBlog_addThisInExcerpts option, which defaults to true, determines …
(edit) @4722 [4722] 4 weeks tboutell app_a_dateFormat option to specify a date format to be passed to the …
(edit) @4721 [4721] 5 weeks tboutell More fault tolerance in migration
(edit) @4720 [4720] 5 weeks tboutell Oops, still need to initialize lft, rgt and level so the insert sees them, …
(edit) @4719 [4719] 5 weeks tboutell Don't restructure the page tree's lft and rgt pointers meaninglessly on …
(edit) @4718 [4718] 5 weeks tboutell --defaultUsername option assigns posts not assigned to another user to the …
(edit) @4717 [4717] 5 weeks tboutell * --defaultUsername=foo assigns all blog posts to user foo if they don't …
(edit) @4716 [4716] 5 weeks tboutell * Import allows video, audio, script tags for embed/video just like the …
(edit) @4715 [4715] 5 weeks kerry Applied button now has a label of "public". Workflow's current mode is now …
(edit) @4714 [4714] 5 weeks tboutell Whoops, let's read that 'clear' option from an array that's actually …
(edit) @4713 [4713] 5 weeks tboutell You can't do sfContext::getInstance() in code called by …
(edit) @4712 [4712] 5 weeks tboutell If you can't apply changes, you can't publish blog posts either
(edit) @4711 [4711] 5 weeks tboutell A new Symfony event to filter the form used to edit blog posts and events
(edit) @4710 [4710] 5 weeks tboutell A little more finesse unsetting the archived field
(edit) @4709 [4709] 5 weeks tboutell * populateSlotCache no longer generates warnings if an area exists but has …
(edit) @4708 [4708] 5 weeks tboutell Drastic improvement (and a total bc break with any existing draft content, …
(edit) @4707 [4707] 5 weeks tboutell Drastic improvement (and a total bc break with any existing draft content, …
(edit) @4706 [4706] 5 weeks tboutell Allow HTML5 video, audio and source tags in embed codes
(edit) @4705 [4705] 6 weeks tboutell * The new apostrophe:ssh task option --root connects as root rather than …
(edit) @4704 [4704] 6 weeks jake removed "allowed variants" from standard area slideshow options, was …
(edit) @4703 [4703] 6 weeks tboutell * purge() (and therefore clean()) needs a when clearing a prefix, …
(edit) @4702 [4702] 6 weeks tboutell * aMongoDBCache! aMongoDBCache provides all the advantages of aMysqlCache, …
(edit) @4701 [4701] 6 weeks wjohnald Added getText method to button slot. #886
(edit) @4699 [4699] 7 weeks jake style and js updates
(edit) @4698 [4698] 7 weeks wjohnald Called a better scale url for safari users
(edit) @4697 [4697] 7 weeks wjohnald Suppressed noisy exif output in aImageConverter. Added more documentation …
(edit) @4696 [4696] 7 weeks wjohnald Enhanced validation
(edit) @4695 [4695] 7 weeks tboutell New uploadMediaWrapper partial provides a convenient point to override …
(edit) @4694 [4694] 7 weeks wjohnald Media items now validate before saving edits
(edit) @4693 [4693] 7 weeks tboutell * Slideshow slots now have 'ui' and 'limit' options. If 'ui' is false (it …
(edit) @4691 [4691] 7 weeks tboutell * By default existing blog posts are NOT destroyed when you import a …
(edit) @4690 [4690] 7 weeks tboutell * aBlogImporter class now accepts a 'clear' option, which has to default …
(edit) @4689 [4689] 7 weeks tboutell Don't spew warnings if asked to import an empty foreign HTML string
(edit) @4688 [4688] 7 weeks tboutell * New _sidebarLayout partial makes it easy to reorder the components of …
(edit) @4687 [4687] 7 weeks tboutell Don't close the entire page settings dialog when someone clicks on an …
(edit) @4686 [4686] 7 weeks kerry Workflow buttons no longer have a class of no-bg
(edit) @4685 [4685] 7 weeks tboutell * New aHtml::htmlTextToHtml() method is handy if you have text which is …
(edit) @4684 [4684] 7 weeks tboutell For some reason we were forcing 'strong' to be normal weight in a-ui. …
(edit) @4683 [4683] 7 weeks tboutell * Progress indicator when workflow toolbar buttons are clicked. This is no …
(edit) @4682 [4682] 7 weeks tboutell getMediaForArea() and getMediaForAreas() methods refactored to …
(edit) @4681 [4681] 7 weeks tboutell getMediaForArea() and getMediaForAreas() methods refactored here from the …
(edit) @4680 [4680] 7 weeks tboutell * Respect name change of a.filterPageCheckPrivilege event * Catch the …
(edit) @4679 [4679] 7 weeks tboutell * The very recently added a.pageCheckPrivilege event is now …
(edit) @4678 [4678] 7 weeks tboutell * Actions like the 'select image' action of a button slot won't …
(edit) @4677 [4677] 7 weeks tboutell * a.pageCheckPrivilege event filter still takes place if 'edit' => true is …
(edit) @4676 [4676] 7 weeks jake some more styling tweaks
(edit) @4675 [4675] 7 weeks jake added a few placeholder things i want to work with wes on, and the styles …
(edit) @4673 [4673] 8 weeks jake stylins and stuff
(edit) @4672 [4672] 8 weeks tboutell * Experimental, unfinished slot for Ecwid online store products. I'm not …
(edit) @4671 [4671] 8 weeks tboutell New method allows changing the current selection in a slideshow …
(edit) @4670 [4670] 8 weeks wjohnald Keep a running tally of popular tags for the uploader
(edit) @4669 [4669] 8 weeks wjohnald Controller now properly adds tags to the items.
(edit) @4668 [4668] 8 weeks tboutell Fixed #868, making the pager visible for embed service search results …
(edit) @4667 [4667] 8 weeks wjohnald Next and previous buttons in the pager move one page at a time. #835
(edit) @4666 [4666] 8 weeks wjohnald Ability to add new categories via the upload form. #865
(edit) @4665 [4665] 8 weeks wjohnald Added commit-selector to upload taggable widget. #865.
(edit) @4664 [4664] 8 weeks wjohnald Added a category widget to the batch upload form. #865
(edit) @4663 [4663] 8 weeks wjohnald Added tag typeahead widget to the new media uploader. #865
(edit) @4662 [4662] 8 weeks wjohnald Added editing abilities to recently uploaded items. booyah! #864
(edit) @4661 [4661] 8 weeks tboutell Missing semicolon
(edit) @4660 [4660] 8 weeks wjohnald micro bug fix to apostrophe.log
(edit) @4659 [4659] 8 weeks wjohnald micro bug fix to apostrophe.log
(edit) @4658 [4658] 8 weeks wjohnald Hooked up the 'delete' link that appears at the bottom of each freshly …
(edit) @4657 [4657] 8 weeks wjohnald Improved performance of the logger.
(edit) @4656 [4656] 8 weeks tboutell quick docs
Note: See TracRevisionLog for help on using the revision log.