root/siteapp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1916 [1916] 4 weeks rmarianski add link to activity log in topnav if user has permission
(edit) @1914 [1914] 4 weeks rmarianski add summaries for activity dates as well as stylistic changes
(edit) @1913 [1913] 4 weeks rmarianski move display of activity records into their own adapters (refs #381)
(edit) @1912 [1912] 4 weeks rmarianski fixed duplicated function name
(edit) @1911 [1911] 4 weeks rmarianski create initial simple implementation of activity log (refs #381)
(edit) @1910 [1910] 4 weeks rmarianski show geometry by default on story view (closes #373)
(edit) @1909 [1909] 4 weeks rmarianski add google analytics snippet to all pages if the tracker_id is specified …
(edit) @1908 [1908] 4 weeks rmarianski remove non functioning almanac delete button (closes #383)
(edit) @1907 [1907] 4 weeks rmarianski clean the story embed markup on the way out instead of the way in …
(edit) @1906 [1906] 5 weeks slinkp FIX use more recent stable version of Shapely
(edit) @1905 [1905] 5 weeks slinkp CHANGED: don't import testing at run time for no reason
(edit) @1904 [1904] 6 weeks slinkp CHANGED use bugfix release of zope.annotation to cure the MemberInfo …
(edit) @1902 [1902] 7 weeks rmarianski we need player.soundcloud.com to be in the whitelist too
(edit) @1900 [1900] 7 weeks slinkp FIX '1 stories, add yours' -> '1 story, add yours'
(edit) @1897 [1897] 7 weeks slinkp FIXED auth.py flash messages to use the same named utility as other flash …
(edit) @1896 [1896] 7 weeks slinkp FIXED: ftesting.zcml should not explicitly include grok, that effectively …
(edit) @1895 [1895] 7 weeks slinkp trivial refactor: shorter idiom. also, comment about apparently unused …
(edit) @1893 [1893] 7 weeks rmarianski remove name in message source registration to prevent lookup errors
(edit) @1890 [1890] 7 weeks slinkp FIXED remaining write-on-read problems, by storing flash messages in RAM …
(edit) @1889 [1889] 8 weeks slinkp ADDED dependencies on flickrapi and MiniMock
(edit) @1888 [1888] 8 weeks slinkp ADDED mocks of the flickr API using minimock, this fixes recent test …
(edit) @1887 [1887] 8 weeks slinkp FIXED auth.txt test to expect current text
(edit) @1886 [1886] 8 weeks cpatterson More template content changes based on feedback from Orton
(edit) @1882 [1882] 8 weeks cpatterson Requested template cleanup - use typographically-correct quotes and …
(edit) @1881 [1881] 8 weeks egj add license notice to footer (nickyg or tenzochris probably wants to …
(edit) @1880 [1880] 8 weeks egj fix syntax error in flickrapi call to fix bug where photo stories were …
(edit) @1879 [1879] 8 weeks rmarianski add attribution license to photos uploaded to flickr (closes #377)
(edit) @1877 [1877] 8 weeks nickyg update wording on 404 page. closes #368
(edit) @1875 [1875] 8 weeks nickyg updated wording on homepage
(edit) @1874 [1874] 8 weeks nickyg update <title>s on all templates. closes #375
(edit) @1872 [1872] 8 weeks nickyg side-by-side layout for share-story form. closes #374
(edit) @1870 [1870] 2 months cpatterson re orton:#371 template changes required for fixing misalignment (in part, …
(edit) @1869 [1869] 2 months rmarianski specify 20mb as the size of images (closes #369)
(edit) @1866 [1866] 2 months rmarianski display an error message on almanac add/edit when the description is too …
(edit) @1864 [1864] 2 months egj re #367, make pluralizations consistent. also, fix layout bug on comment …
(edit) @1862 [1862] 2 months nickyg added footer links to about pages
(edit) @1861 [1861] 2 months nickyg simplified error page -- only ask 1 question instead of 3
(edit) @1859 [1859] 2 months nickyg added bigger "add story" link. closes #340
(edit) @1858 [1858] 2 months rmarianski apply character count changes from almanac add page to almanac preferences
(edit) @1857 [1857] 2 months rmarianski display almanac descriptions with line breaks (brs) so it looks the way it …
(edit) @1855 [1855] 2 months cpatterson Template change to make adding story more eye-catching
(edit) @1854 [1854] 2 months rmarianski fill in max size to 2mb (set in nginx config file)
(edit) @1853 [1853] 2 months rmarianski remove javascript to automatically share story on almanac change in select
(edit) @1852 [1852] 2 months rmarianski use green/red colors for almanac description character count
(edit) @1851 [1851] 2 months rmarianski allow almanac description count to go negative so users can paste in stuff …
(edit) @1850 [1850] 2 months egj allow google video (who uses google video anymore?), vimeo and blip.tv …
(edit) @1848 [1848] 2 months slinkp revert accidental config checking. ARGH ARGH ARGH.
(edit) @1847 [1847] 2 months slinkp revert r1844; this was an incorrect fix for a problem that was already …
(edit) @1845 [1845] 2 months egj remove soundcloud test erroneously checked in @r1824
(edit) @1844 [1844] 2 months egj prevent explosions on new user creation; don't assume members are already …
(edit) @1843 [1843] 2 months egj don't display spinner on front page when there are no almanacs (should …
(edit) @1842 [1842] 2 months rmarianski remove no longer needed branch
(edit) @1841 [1841] 2 months rmarianski merge clean-embed branch -r1836:1840 which clean markup from sites that …
(edit) @1840 [1840] 2 months rmarianski need to set whitelist_tags instead of allow_tags to restrict properly
(edit) @1839 [1839] 2 months rmarianski check in additional attempt at using a property for the story type. The …
(edit) @1838 [1838] 2 months rmarianski create branch for experimental code using a property for the story type …
(edit) @1837 [1837] 2 months rmarianski update tests with story types
(edit) @1836 [1836] 2 months rmarianski beginnings of using lxml.html cleaner to sanitize user embed markup
(edit) @1835 [1835] 2 months rmarianski create branch for html cleaning audio/video embeds from user
(edit) @1834 [1834] 2 months rmarianski add additional check to allow unit test to pass
(edit) @1832 [1832] 2 months slinkp FIXED ConflictErrors on MemberInfo, with a long comment about the problem. …
(edit) @1830 [1830] 2 months egj fix #328; geometries apparently are no longer wrapped in <georss:where>, …
(edit) @1828 [1828] 2 months nickyg template cleanup on storyindex
(edit) @1827 [1827] 2 months nickyg fix typo and reword a bit
(edit) @1826 [1826] 2 months egj refuse to delete comments if HTTP_METHOD is not POST; change PSM to not …
(edit) @1824 [1824] 2 months nickyg center videos & photos; move summary below photo and video
(edit) @1822 [1822] 2 months rmarianski fix error on modifying an almanac image
(edit) @1821 [1821] 2 months slinkp oops, wrong name in doctests
(edit) @1820 [1820] 2 months egj don't display spinner on blank slate
(edit) @1818 [1818] 2 months egj make spinner go away on almanac view when stories have loaded (bad DRY, …
(edit) @1817 [1817] 2 months slinkp ADDED: strip html from comments on save, replacing newline with br tags. …
(edit) @1815 [1815] 2 months rmarianski add blank slate for no search results (closes #326)
(edit) @1813 [1813] 2 months nickyg fix width of map tools palate in IE6. closes #360.
(edit) @1811 [1811] 2 months nickyg shorten text on story-add mediatype screen
(edit) @1808 [1808] 2 months rmarianski resolve almanac category issue causing almanacs not to show up on the home …
(edit) @1807 [1807] 2 months rmarianski only display categories div on story view if there are categories (closes …
(edit) @1805 [1805] 2 months nickyg hide "previous" button on tour in markup, so it doesnt flicker on page …
(edit) @1804 [1804] 2 months nickyg updated wording on comment notification
(edit) @1803 [1803] 2 months nickyg updated comment notification text. closes #356
(edit) @1802 [1802] 2 months egj proper error handling for blank captcha fields
(edit) @1801 [1801] 2 months nickyg added spinner
(edit) @1800 [1800] 2 months nickyg added spinner
(edit) @1799 [1799] 2 months nickyg updates to story index and commentform
(edit) @1797 [1797] 2 months slinkp FIX syntax error: bad indentation
(edit) @1796 [1796] 2 months rmarianski do not show website if logged in on comment form
(edit) @1795 [1795] 2 months rmarianski remove flickr photo when removing image story
(edit) @1794 [1794]