summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-01Try to do intelligent redirect codesEvan Prodromou
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
2009-04-01Merge branch 'master' into 0.7.xEvan Prodromou
2009-04-01Merge branch '0.7.x' of git@gitorious.org:laconica/devEvan Prodromou
Conflicts: README lib/router.php
2009-04-01Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371CiaranG
2009-04-01Selector to allow styles when a user is logged in.Sarven Capadisli
2009-04-01Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-01Selector to allow styles when a user is logged in.Sarven Capadisli
2009-03-31Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-31Merge branch 'master' into 0.7.xEvan Prodromou
Conflicts: README lib/router.php
2009-03-31give the correct root url when SSL enabledEvan Prodromou
2009-03-30Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-30added filler text to public timeline for when it's empty, encouraging user ↵Robin Millette
to post and/or register.
2009-03-30trac#776 changed db collations from utf8_bin to utf8_general_ci for case ↵Robin Millette
insensitive search
2009-03-30Changes to router setup to make notice search RSS feed workEvan Prodromou
Conflicts: lib/router.php
2009-03-30correct setting for default userEvan Prodromou
2009-03-30welcome notice, default sub for new usersEvan Prodromou
2009-03-30upgrade jQuery to 1.3.2Evan Prodromou
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add full name title to notice list linkEvan Prodromou
2009-03-30add fullname to title and h1 for groupsEvan Prodromou
2009-03-30add titles to group links in noticesEvan Prodromou
2009-03-30add a title to attention notice linksEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-30full name in title and h1 of the personal profileEvan Prodromou
2009-03-30Using base presentation instead of identica theme to hide site nameSarven Capadisli
when site logo is present
2009-03-29Hiding site name from presentation iff site logo exists.Sarven Capadisli
2009-03-28some phpcs fixupsEvan Prodromou
2009-03-28welcome notice, default sub for new usersEvan Prodromou
2009-03-28Linkback plugin does pingback by defaultEvan Prodromou
We do pingback by default for the linkback plugin.
2009-03-27Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-26Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-25Unused file.Sarven Capadisli
2009-03-25Processing indicator image for the default themeSarven Capadisli
2009-03-25Processing indicator CSS for the default themeSarven Capadisli
2009-03-25Processing indicator (aka spinner thingy) for form_notice submitsSarven Capadisli
2009-03-25Alignment of notice-options in IE6Sarven Capadisli
2009-03-25Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-03-25Ticket http://laconi.ca/trac/ticket/1274Sarven Capadisli
Minimised form_notice markup by removing unordered lists. There is a minor CSS rule reassignment done by changing the selectors. There is no visual change in the final result.
2009-03-25Merge branch 'master' into 0.7.xEvan Prodromou
Conflicts: lib/router.php
2009-03-25fixed pagination variable problemEvan Prodromou
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3 Merged.
2009-03-25Fix to Net_URL_Mapper to make search pagination work. See Ticket #1333CiaranG
2009-03-25A different search pagination fix (see ticket #1333) that doesn't require ↵CiaranG
fixing the upstream code, thus undoing the change made in d64be5108d69ff4068d4383ab121a3ba7388ada3
2009-03-24Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-03-24Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-24include text of notice in favourites notificationEvan Prodromou
2009-03-24Fix to Korean language selection - see ticket #1351CiaranG
2009-03-23Fixed jabber code broken in 3ef4f251acbe8ebdfd9d7f1ea43b7344b7332b73CiaranG
2009-03-23fix sql error in notice source scriptEvan Prodromou
2009-03-23show subscribe button and block form againEvan Prodromou