aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* more progress on eventsFriendika2011-06-073-0/+93
|
* update it stringsfabrixxm2011-06-072-512/+616
|
* event listingsFriendika2011-06-061-0/+3
|
* Add 'attach' and 'language' icons and enable file upload in dispy templateFabio Comuni2011-06-064-5/+21
|
* add flag for experimental themesFriendika2011-06-051-0/+0
|
* position language selector in dispyFriendika2011-06-051-0/+15
|
* use icon for language selector instead of hotkeyFriendika2011-06-052-3/+19
|
* improve colour balance and banner on html email notificationsFriendika2011-05-313-3/+4
|
* Brazilian (portugese) translationFriendika2011-05-312-0/+4605
|
* show group affiliations in contact editorFriendika2011-05-311-0/+2
|
* bug #87 alert if email settings don't open mailbox, also display last email ↵Friendika2011-05-291-0/+3
| | | | connect time
* Czech (cs) languageFriendika2011-05-292-0/+4575
|
* search from network pageFriendika2011-05-262-0/+18
|
* cleanup content type iconsFriendika2011-05-253-3/+3
|
* position the attach icon in loozahFriendika2011-05-251-1/+6
|
* Merge pull request #111 from fabrixxm/dispyFriendika2011-05-251-4/+11
|\ | | | | fix profile images and contact selector in group editor in dispy theme
| * fix profile images and contact selector in group editor in dispy themeFabio Comuni2011-05-241-4/+11
| |
* | file attachmentsFriendika2011-05-251-0/+1
| |
* | fix attach iconFriendika2011-05-242-1/+3
| |
* | basic file upload/attachFriendika2011-05-243-1/+22
| |
* | more position tweaks on attach iconsFriendika2011-05-242-4/+5
| |
* | better marginsFriendika2011-05-242-0/+7
| |
* | remove paddingFriendika2011-05-243-3/+0
| |
* | attachment displayFriendika2011-05-243-0/+5
| |
* | attachment iconsFriendika2011-05-243-0/+38
| |
* | ability to hide profile and wall from unknown peopleFriendika2011-05-244-0/+30
|/
* Merge branch 'pull'Friendika2011-05-231-1/+1
|\
| * fix IT string.phpfabrixxm2011-05-231-1/+1
| |
* | add info() function. Works like notice() but show messages in a div with ↵Fabio Comuni2011-05-234-3/+32
|/ | | | | | | class info-message. update code to use info() instead of notice() when appropriate (non-error message) add info-message class style in themes
* set photo height,width as !important if changing defaultsFriendika2011-05-221-3/+4
|
* missed two refsFriendika2011-05-222-2/+2
|
* wall item photos use style instead of height, widthFriendika2011-05-227-7/+7
|
* improved standards compliance of some of the tags and fixed an issue which ↵Chris Case2011-05-221-1/+1
| | | | caused text to bump-over youtube video embeds
* merged multipart email changesChris Case2011-05-21227-8872/+21063
|\
| * "notes" appFriendika2011-05-202-3/+3
| |
| * textlen defined outside functionFriendika2011-05-192-2/+3
| |
| * dispy jot-header.tpl missing some code updatesFriendika2011-05-192-6/+15
| |
| * more indicators of public visibilityFriendika2011-05-196-8/+46
| |
| * bug #73 - move 'view in context' and wall-item-outside-wrapper-end inside ↵Friendika2011-05-184-5/+9
| | | | | | | | wall-item-outside-wrapper so all item content is updated with ajax.
| * doc updates - connecting to servicesFriendika2011-05-182-1/+5
| |
| * spelling fixTobias Diekershoff2011-05-172-2678/+2585
| |
| * admin directory viewFriendika2011-05-161-0/+1
| |
| * provide textmode "micropro" (small profile display but without the photo) ↵Friendika2011-05-123-0/+13
| | | | | | | | for better scalability of group selection tools when confronted with huge numbers of contacts
| * Merge pull request #99 from tobiasd/masterFriendika2011-05-112-2982/+3034
| |\ | | | | | | updats to the DE strings
| | * small changes to the new translationsTobias Diekershoff2011-05-112-5/+5
| | |
| | * updated the German translationTobias Diekershoff2011-05-112-2982/+3034
| | |
| * | bug #66, identity address string malformed if line wrapsFriendika2011-05-113-10/+10
| | |
| * | deprecate load_view_fileFriendika2011-05-111-1/+1
| |/
| * photo lockview not working, temp fix for po2phpFriendika2011-05-101-2/+2
| |
| * don't use load_view_file() except in email templates and install of htconfig ↵Friendika2011-05-101-1/+1
| | | | | | | | - to avoid getting wrong file when package is updated by copying over an older version.