aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-293-0/+0
|\
| * no spaces in file names as requestedJeroen2014-09-303-0/+0
| |
* | implement a "powered-by" but leave it turned off until somebody with a good ↵friendica2014-09-293-0/+17
|/ | | | eye for layout can figure out where best to put it.
* ok, last commit so far on the simple schemasJeroen2014-09-292-10/+10
|
* transp backJeroen2014-09-293-10/+10
|
* minor modification simple black on white schema.Jeroen2014-09-291-10/+10
|
* Added 3 new schemas, all named 'simple' in 3 variants. Please enjoy.Jeroen2014-09-293-0/+546
|
* Italian strings updatedPaolo Tacconi2014-09-292-1363/+1434
|
* some more work on photosmarijus2014-09-283-12/+27
|
* more css shiftingmarijus2014-09-273-16/+17
|
* upload first but not inside another {{if}}marijus2014-09-261-1/+1
|
* upload should be firstmarijus2014-09-261-3/+3
|
* fix blockquotemarijus2014-09-264-16/+17
|
* move some css to the right placemarijus2014-09-263-12/+13
|
* some more work on photos - work in progressmarijus2014-09-265-75/+61
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-264-15/+15
|
* optionally include wall items (posts) in import/exportfriendica2014-09-251-0/+5
|
* constrain viewsrc colorbox to 80% of the current page size. It gets messy ↵friendica2014-09-241-1/+1
| | | | scrolling to the right for days to find the close button.
* update pt-br translationAlexandre Hannud Abdo2014-09-221-632/+721
|
* Don't link unknown likes.Klaus Weidenbach2014-09-211-0/+6
| | | | | Likes/Dislikes of unknown channels have disabled links now. Fixed intention a bit, romved a unused variable.
* Navbar notifications: don't show "nothing new here" unless we've checked and ↵friendica2014-09-202-1/+2
| | | | there's nothing. Until we know for sure, display "Loading...".
* update jg to latest preview release and try once more to really justify the ↵marijus2014-09-203-14/+13
| | | | whole gallery
* Repeat after me - we always refer to our clientelle as 'members'. If your ↵friendica2014-09-191-2/+9
| | | | software calls you a "user" - get rid of it.
* Merge https://github.com/friendica/red into pending_mergefriendica2014-09-195-762/+881
|\
| * Bit tweakingJeroen2014-09-191-3/+3
| |
| * Another piece that didn't fit well in the dark schema. Hopefully this is the ↵Jeroen2014-09-193-15/+42
| | | | | | | | last.
| * update nl.2Jeroen2014-09-192-13/+13
| |
| * update nlJeroen2014-09-192-745/+837
| |
* | closing tagfriendica2014-09-192-19/+19
|/
* try to sort out walltowall translation for diaspora recipientsfriendica2014-09-191-0/+121
|
* add stylish_select to new_channel page - but comment out until we can theme ↵friendica2014-09-182-0/+2
| | | | it. It needs a bit of theming to even work correctly.
* repeated content collapse on update from display page under rare conditions ↵friendica2014-09-181-1/+0
| | | | (when the conversation hasn't changed)
* typofriendica2014-09-171-1/+1
|
* use 24-hour clock for non-American datesfriendica2014-09-171-0/+2
|
* add a spinner or two to the new channel page so folks have a clue that we're ↵friendica2014-09-172-0/+6
| | | | doing something in the background - trying to complete the nick field for them (and then check it before they submit).
* channel permission rolesfriendica2014-09-172-2/+9
|
* implement permission roles - the backend should be done except for maybe a ↵friendica2014-09-171-3/+10
| | | | couple of small tweaks. Now we just need to define the rest of the roles and create a chooser for them. Adam started on this some time back but I don't know where that has gone.
* Fix name attribute of button elements so jquery '.submit()' doesn't breakAlexandre Hannud Abdo2014-09-162-2/+2
| | | | | | | | According to "Additional notes" in: http://api.jquery.com/submit/ Not fixing buttons created with 'input' tags.
* this still has less issuesmarijus2014-09-161-2/+2
|
* Trivial typo - concatenated string that should be. Doesn't reallyThomas Willingham2014-09-161-1/+1
| | | | | deserve it's own commit, but if I don't fix it now, nobody will notice for another18 months.
* See comments on commit 5ab85b0. Also fixed some bb typo's in docu index.Jeroen2014-09-151-6/+18
|
* heading font-size should not be tied to font-size for posts and commentsmarijus2014-09-151-2/+2
|
* this is probably better in most casesmarijus2014-09-151-1/+1
|
* Deprecate site channel. The sys channel should be doing this. Will fixThomas Willingham2014-09-151-1/+0
| | | | shortly.
* tryout - some more adjustmentsmarijus2014-09-141-3/+1
|
* Made link post titles to source optional in display settings. Hopefully I ↵Jeroen2014-09-142-2/+4
| | | | did a right.
* tryout - fetch larger thumbnail if image gets streched over its sizemarijus2014-09-141-6/+6
|
* cleanup after recent changes in mod photosmarijus2014-09-132-61/+1
|
* Merge pull request #592 from jeroenpraat/masterRedMatrix2014-09-131-1/+1
|\ | | | | Issue #590: Linked conversation titles to source.
| * Issue #590: Linked conversation titles to source. jeroenpraat2014-09-121-1/+1
| | | | | | If a theme wants to have it different, it can always copy this .tpl file to ../theme/tpl/. I didn't commit this directly, because it's a little bit controversial. But I like it!