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

root/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1866 [1866] 5 weeks dordille Made new fields start_time and end_time for events. Added new time widget.
(edit) @1863 [1863] 5 weeks johnnyoffline created a secureSuccess.php file in Apostrophe that will work just like …
(edit) @1862 [1862] 5 weeks johnnyoffline created a secureSuccess.php file in Apostrophe that will work just like …
(edit) @1861 [1861] 6 weeks johnnyoffline I continued to work with a namespaced reset style. It uses the class .a-ui …
(edit) @1859 [1859] 6 weeks johnnyoffline cleaned _area.php and _globalTools.php - they both use the new .a-ui …
(edit) @1858 [1858] 6 weeks rickybanister fixed a bug for applying a single-image class in the slideshowSlot - the …
(edit) @1857 [1857] 6 weeks rickybanister fixed a bug for applying a single-image class in the slideshowSlot - the …
(edit) @1855 [1855] 6 weeks johnnyoffline Fixed a bug where global slots in the layout were editable in Admin areas, …
(edit) @1854 [1854] 6 weeks johnnyoffline This seemed like a no brainer, but also a really big deal. I removed the …
(edit) @1853 [1853] 6 weeks johnnyoffline This seemed like a no brainer, but also a really big deal. I removed the …
(edit) @1852 [1852] 6 weeks johnnyoffline fixed bug with close button on multiple select in the blog slot categories …
(edit) @1851 [1851] 6 weeks johnnyoffline fixed bug with close button on multiple select in the blog slot categories …
(edit) @1850 [1850] 6 weeks johnnyoffline fixed bug with close button on multiple select in the blog slot categories …
(edit) @1849 [1849] 6 weeks johnnyoffline merge to latest trunk
(edit) @1848 [1848] 6 weeks johnnyoffline put the old 1.7.2 jquery ui stuff back in the apostrophe trunk just in …
(edit) @1847 [1847] 6 weeks johnnyoffline cleaned up cropping somewhat with rick and jake
(edit) @1845 [1845] 6 weeks dordille Fixed bug, Event admin was using a blog route for removing filters.
(edit) @1844 [1844] 6 weeks dordille Altered formating of dates in event admin.
(edit) @1843 [1843] 6 weeks dordille published_at now has a default value.
(edit) @1842 [1842] 6 weeks dordille published_at now has a default value.
(edit) @1841 [1841] 6 weeks tboutell Catch Zend search exceptions
(edit) @1840 [1840] 6 weeks tboutell Zend can throw exceptions if it doesn't like search syntax. Catch the …
(edit) @1839 [1839] 6 weeks johnnyoffline removing 1.7.2 jquery ui would cause problems for any old projects …
(edit) @1837 [1837] 6 weeks jake new jquery ui theme
(edit) @1836 [1836] 6 weeks jake added images for new jquery ui styles (trunk)
(edit) @1835 [1835] 6 weeks johnnyoffline added css file for 1.8.2 jq ui. Jake needs to move our A styles into this …
(edit) @1834 [1834] 6 weeks johnnyoffline added css file for 1.8.2 jq ui. Jake needs to move our A styles into this …
(edit) @1833 [1833] 6 weeks johnnyoffline updated jquery UI to be the last version released to work with jquery …
(edit) @1830 [1830] 6 weeks johnnyoffline updated blog plugin to use jquery ui 1.7.3 by default if it is not set in …
(edit) @1829 [1829] 6 weeks johnnyoffline updated blog plugin to use jquery ui 1.7.3 by default if it is not set in …
(edit) @1828 [1828] 6 weeks johnnyoffline updated jquery UI to be the last version released to work with jquery …
(edit) @1827 [1827] 6 weeks johnnyoffline updated jquery UI to be the last version released to work with jquery …
(edit) @1826 [1826] 6 weeks johnnyoffline removed visible trick from a.css and aUI - the flash of styling is not …
(edit) @1825 [1825] 6 weeks johnnyoffline removed visibility:visible from a-controls
(edit) @1824 [1824] 6 weeks johnnyoffline removed visibility:hidden from a-controls
(edit) @1823 [1823] 6 weeks rickybanister email obfuscator was generating random GUIDs for the email mailto links. …
(edit) @1822 [1822] 6 weeks rickybanister email obfuscator was generating random GUIDs for the email mailto links. …
(edit) @1821 [1821] 6 weeks johnnyoffline fixed a bug with aMultipleSelect, the javascript was using method that is …
(edit) @1820 [1820] 6 weeks johnnyoffline fixed a bug with aMultipleSelect, the javascript was using method that is …
(edit) @1819 [1819] 6 weeks dordille Modified namespace if clause
(edit) @1818 [1818] 6 weeks johnnyoffline merged the latest changes in the trunk into my branch including any new …
(edit) @1817 [1817] 6 weeks rickybanister copied the selected tag remove button left margin style into the trunk …
(edit) @1816 [1816] 6 weeks dordille Merged various fixes from branch into trunk.
(edit) @1815 [1815] 6 weeks johnnyoffline updated the aHtml::limitWords to accept the append_ellipses option that …
(edit) @1814 [1814] 6 weeks johnnyoffline updated the aHtml::limitWords to accept the append_ellipses option that …
(edit) @1813 [1813] 6 weeks johnnyoffline the blog plugin had markup in javascript inline in a partial. This causes …
(edit) @1812 [1812] 6 weeks johnnyoffline the blog plugin had markup in javascript inline in a partial. This causes …
(edit) @1811 [1811] 6 weeks johnnyoffline fixed a bug with aString.class.php where the ellipses encoded character …
(edit) @1810 [1810] 6 weeks johnnyoffline fixed a bug with aString.class.php where the ellipses encoded character …
(edit) @1809 [1809] 6 weeks johnnyoffline there was invalid markup in the PDF slot - I fixed this in 1.4 and the …
(edit) @1808 [1808] 6 weeks johnnyoffline there was invalid markup in the PDF slot - I fixed this in 1.4 and the …
(edit) @1807 [1807] 6 weeks dordille Made it easier to override engine settings forms.
(edit) @1806 [1806] 6 weeks jake fixed copy/paste error, a_blog_post changed to a_event (1.4)
(edit) @1805 [1805] 7 weeks tboutell aArray::isFlat checks whether an array is flat (true numeric keys 0 1 2 3 …
(edit) @1804 [1804] 7 weeks tboutell aArray::isFlat checks whether an array is a flat array: numerically …
(edit) @1801 [1801] 7 weeks tboutell Whoops, I had the check for the presence of the 'lft' field backwards, …
(edit) @1800 [1800] 7 weeks tboutell Whoops, I had the check for the presence of the 'lft' field backwards, …
(edit) @1799 [1799] 7 weeks johnnyoffline It is invalid to have inputs as children to a form element. I wrapped the …
(edit) @1798 [1798] 7 weeks johnnyoffline It is invalid to have inputs as children to a form element. I wrapped the …
(edit) @1797 [1797] 7 weeks johnnyoffline changed the default fck toolbar for sidebar a bit, because it's very often …
(edit) @1796 [1796] 7 weeks johnnyoffline changed the default fck toolbar for sidebar a bit, because it's very often …
(edit) @1795 [1795] 7 weeks johnnyoffline removed remember me button from the signin form because it doesnt work, …
(edit) @1794 [1794] 7 weeks johnnyoffline removed remember me button from the signin form because it doesnt work, …
(edit) @1793 [1793] 7 weeks dordille Permalink displayed in post and event editor now displays the date in the …
(edit) @1792 [1792] 7 weeks tboutell New aDate::mysql() method takes a PHP timestamp, MySQL datetime or MySQL …
(edit) @1791 [1791] 7 weeks tboutell New aDate::mysql() method takes a PHP timestamp, MySQL datetime or MySQL …
(edit) @1790 [1790] 7 weeks johnnyoffline rolled back last change to page titles in nav component - bug seems to be …
(edit) @1789 [1789] 7 weeks johnnyoffline rolled back last change to page titles in nav component - bug seems to be …
(edit) @1788 [1788] 7 weeks johnnyoffline the navigation page titles were not encoding html entities properly when …
(edit) @1787 [1787] 7 weeks johnnyoffline the navigation page titles were not encoding html entities properly when …
(edit) @1786 [1786] 7 weeks johnnyoffline fixed accessibility bug with search partial -- 1.4 and trunk
(edit) @1785 [1785] 7 weeks johnnyoffline fixed accessibility bug with search partial -- 1.4 and trunk
(edit) @1784 [1784] 7 weeks johnnyoffline fixed accessibility bug with search partial -- 1.4 and trunk
(edit) @1783 [1783] 7 weeks johnnyoffline fixed accessibility bug with search partial -- 1.4 and trunk
(edit) @1782 [1782] 7 weeks johnnyoffline fixed bug with button slot outputting empty markup -- 1.4 and trunk
(edit) @1781 [1781] 7 weeks johnnyoffline fixed bug with button slot outputting empty markup -- 1.4 and trunk
(edit) @1780 [1780] 7 weeks johnnyoffline fixed a bug with the permissions css in asandbox 1.4 -- oddly enough, …
(edit) @1779 [1779] 7 weeks dordille Upcoming events query is added unless filtering by date.
(edit) @1778 [1778] 7 weeks spike fixing duplicated slideshow media item selection
(edit) @1777 [1777] 7 weeks tboutell Cropping is usable now, at least when constraints are in place. You can …
(edit) @1776 [1776] 7 weeks tboutell Cropping after you add the first image is closer to working, but still not …
(edit) @1775 [1775] 7 weeks tboutell Implemented executeUpdateMultiplePreview, now you get a crop preview when …
(edit) @1774 [1774] 7 weeks tboutell Cropping for single select works now
(edit) @1773 [1773] 7 weeks tboutell * You can now edit a previously cropped slideshow properly. * createCrop …
(edit) @1771 [1771] 7 weeks johnnyoffline fixed a bug with IE7 relating to the tags list in the new tagWidget from …
(edit) @1770 [1770] 7 weeks tboutell Cropping actually works, with numerous bugs yet to be fixed. Slideshows …
(edit) @1769 [1769] 7 weeks johnnyoffline fixed a bug with IE7 relating to the tags list in the new tagWidget from …
(edit) @1768 [1768] 7 weeks jake fixed blog sidebar category layout bug in IE7 (1.4)
(edit) @1767 [1767] 7 weeks johnnyoffline updated the aFeed slot to accept options for passing attributes and styles …
(edit) @1766 [1766] 7 weeks johnnyoffline updated the aFeed slot to accept options for passing attributes and styles …
(edit) @1765 [1765] 7 weeks johnnyoffline fixed a bug with the title being a link in the feedItem template
(edit) @1764 [1764] 7 weeks johnnyoffline fixed a bug with the title being a link in the feedItem template
(edit) @1763 [1763] 7 weeks johnnyoffline fixed a bug with the title being a link in the feedItem template
(edit) @1762 [1762] 7 weeks johnnyoffline added a class to the image slot so that it mimicks the slideshow slot …
(edit) @1761 [1761] 7 weeks johnnyoffline added a class to the image slot so that it mimicks the slideshow slot …
(edit) @1760 [1760] 7 weeks johnnyoffline added a class to the image slot so that it mimicks the slideshow slot …
(edit) @1759 [1759] 7 weeks johnnyoffline added a class to the image slot so that it mimicks the slideshow slot …
(edit) @1758 [1758] 7 weeks tboutell Explicit privileges on virtual pages are not permitted. We don't let …
(edit) @1757 [1757] 7 weeks tboutell Explicit privileges on virtual pages are not permitted. We don't let …
(edit) @1756 [1756] 7 weeks tboutell getAncestorsInfo now has an optional $livingOnly flag to return only …
Note: See TracRevisionLog for help on using the revision log.