aboutsummaryrefslogtreecommitdiffstats
path: root/view
Commit message (Collapse)AuthorAgeFilesLines
* Warn about unsaved settings using jquery.areyousureStefan Parviainen2015-01-014-0/+8
|
* Revert "Make redbasic css more modular"pafcu2014-12-316-146/+144
|
* Revert "Move mod_profiles.css content back into style.css, since it contains ↵pafcu2014-12-312-41/+39
| | | | var..."
* Merge pull request #799 from pafcu/cssrefactorpafcu2014-12-312-39/+41
|\ | | | | Move mod_profiles.css content back into style.css, since it contains var...
| * Move mod_profiles.css content back into style.css, since it contains variablesStefan Parviainen2014-12-312-39/+41
| |
* | Merge pull request #795 from pafcu/tplcleanupRedMatrix2014-12-3117-201/+0
|\ \ | | | | | | Remove some old, unused templates
| * | Remove some old, unused templatesStefan Parviainen2014-12-3017-201/+0
| | |
* | | Merge pull request #791 from pafcu/notificationsRedMatrix2014-12-312-0/+16
|\ \ \ | | | | | | | | Improved notifications
| * | | Make showing wall posts, intros and private messages under Notices optionalStefan Parviainen2014-12-301-0/+2
| | | |
| * | | Show some notification badges in red to indicate they are about youStefan Parviainen2014-12-291-0/+14
| | | |
* | | | Merge pull request #792 from pafcu/cssrefactorpafcu2014-12-306-144/+146
|\ \ \ \ | | |_|/ | |/| | Make redbasic css more modular
| * | | Make redbasic css more modularStefan Parviainen2014-12-306-144/+146
| | |/ | |/|
* | | design fixes for photos, files and random fixesmarijus2014-12-302-33/+45
| | |
* | | css fixesmarijus2014-12-304-7/+9
| | |
* | | Merge pull request #789 from pafcu/chanmanRedMatrix2014-12-303-30/+12
|\ \ \ | | | | | | | | Don't show current channel separately in channel manager, highlight it i...
| * | | Don't show current channel separately in channel manager, highlight it insteadStefan Parviainen2014-12-293-30/+12
| | | |
* | | | Merge pull request #787 from pafcu/mainjsfixRedMatrix2014-12-301-5/+5
|\ \ \ \ | | | | | | | | | | Only call autotime() on the correct elements
| * | | | Only call autotime() on the correct elementsStefan Parviainen2014-12-291-5/+5
| | |/ / | |/| |
* | | | some work on cloud actionspanel and minor cleanupmarijus2014-12-295-30/+15
| | | |
* | | | css fixes and remove sloppy photos setting since it is not supported anymore ↵marijus2014-12-292-5/+3
| | | | | | | | | | | | | | | | in redbasic
* | | | Remove link to hubloc status in admin panel. This is a potentially useful tool,Thomas Willingham2014-12-291-1/+0
| |_|/ |/| | | | | | | | but plain doesn't work at the moment.
* | | Italian localizationPaolo Tacconi2014-12-292-4543/+4571
| | |
* | | Merge pull request #772 from pafcu/chanmanRedMatrix2014-12-291-1/+1
|\ \ \ | | |/ | |/| Some work on the channel manager
| * | Allow quick access to mail and connections from Channel ManagerStefan Parviainen2014-12-271-1/+1
| | |
| * | Fix #771, add tooltips to mail and intros count in channel manager, always ↵Stefan Parviainen2014-12-271-1/+1
| | | | | | | | | | | | show counts (even when 0, makes it easier to understand what the icons are)
* | | more files css fixesmarijus2014-12-283-3/+9
| | |
* | | files css fixesmarijus2014-12-282-3/+6
| | |
* | | more work on filesmarijus2014-12-285-66/+97
| |/ |/|
* | more work on filesmarijus2014-12-274-48/+55
| |
* | Merge pull request #766 from pafcu/autocompleteRedMatrix2014-12-271-2/+1
|\ \ | |/ |/| Fix regex in contact autocomplete
| * Fix regex in contact autocompleteStefan Parviainen2014-12-241-2/+1
| |
* | Merge pull request #760 from pafcu/appsRedMatrix2014-12-233-13/+9
|\ \ | |/ |/| Some apps changes
| * Move app icon centering to style.cssStefan Parviainen2014-12-222-1/+9
| |
| * Remove unused apps.tplStefan Parviainen2014-12-221-11/+0
| |
| * Center app namesStefan Parviainen2014-12-222-3/+2
| |
* | Show autocomplete taggable with special colorStefan Parviainen2014-12-222-31/+4
|/
* provide last successful poll run time (using relative time) in siteinfo so ↵friendica2014-12-211-1/+4
| | | | that we can tell folks that have no idea what we're talking about that their poller definitely isn't running and this is probably why nothing works correctly.
* Merge pull request #757 from git-marijus/masterRedMatrix2014-12-228-52/+59
|\ | | | | files: make mod/filestorage.php load via ajax and some design work. work...
| * fix button visibilitymarijus2014-12-211-3/+6
| |
| * forgot to git add filesmarijus2014-12-212-0/+15
| |
| * files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-216-52/+41
| | | | | | | | progress...
* | Merge pull request #754 from pafcu/categoryinputRedMatrix2014-12-224-36/+40
|\ \ | | | | | | Fancy categories input in editor
| * | Fancy categories input with bootstrap-tagsinputStefan Parviainen2014-12-214-36/+40
| | |
* | | Fix whitespace disappearing at the beginning of completed smilyStefan Parviainen2014-12-211-1/+1
| | |
* | | Correct domain for smily requestsStefan Parviainen2014-12-211-1/+1
| |/ |/|
* | Autocomplete smiliesStefan Parviainen2014-12-201-1/+9
|/
* Remove unnecessary loggingStefan Parviainen2014-12-201-3/+1
|
* Better autocomplete based on jquery-textcompleteStefan Parviainen2014-12-202-176/+29
|
* provide link to help for channel permission roles when creating a channelfriendica2014-12-192-0/+5
|
* make the size of directory photos fixed so that the screen doesn't jump ↵friendica2014-12-171-0/+2
| | | | around when loading.