aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | schema focus: refine content width to be more in balance with the recent ↵Mario Vavti2015-07-101-1/+1
| | | | | | | | | | | | | | | | aside width
* | | | move section and aside padding from default.css to style.cssMario Vavti2015-07-104-8/+6
| | | |
* | | | revertMario Vavti2015-07-091-2/+2
| | | | | | | | | | | | | | | | do not show status editor in /display - we most probably want to read the thread or comment.
* | | | fix vcard title spacingMario Vavti2015-07-091-1/+2
| | | |
* | | | do not show status editor in /display - we most probably want to read the ↵Mario Vavti2015-07-091-1/+2
| | | | | | | | | | | | | | | | thread or comment.
* | | | fix aside width for collapsed stateMario Vavti2015-07-092-2/+2
| | | |
* | | | move profile image up and refine the aside widthMario Vavti2015-07-096-11/+11
| | | |
* | | | remove paddingMario Vavti2015-07-091-1/+0
| | | |
* | | | increase width of the aside area and make default profile image size 300x300Mario Vavti2015-07-097-11/+12
| | | |
* | | | fix typo to make directory safe mode default to on work againMario Vavti2015-07-081-1/+1
| |/ / |/| |
* | | fix sorting of channel suggestionsMario Vavti2015-07-073-5/+6
| | |
* | | rename function get_directory_settings => get_directory_setting and move ↵Mario Vavti2015-07-075-32/+26
| | | | | | | | | | | | sort options to directory title bar
* | | make public forums only setting sticky and simplify function to get ↵Mario Vavti2015-07-073-39/+34
| | | | | | | | | | | | directory settings
* | | code style correctionMario Vavti2015-07-071-3/+2
| | |
* | | make directory suggest work with directory optionsMario Vavti2015-07-072-3/+7
| | |
* | | schema focus: adjust width to match photo width in /photosMario Vavti2015-07-071-1/+1
| | |
* | | various css fixesMario Vavti2015-07-077-15/+8
| | |
* | | more word wrap fixesMario Vavti2015-07-071-0/+2
| | |
* | | move if clause outside of the divMario Vavti2015-07-071-2/+2
| | |
* | | Merge branch 'master' of https://github.com/redmatrix/redmatrixMario Vavti2015-07-071-1/+1
|\| |
| * | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-061-0/+4
| |\ \
| * | | version updateredmatrix2015-07-061-1/+1
| | | |
* | | | use default style for default webpageMario Vavti2015-07-071-7/+12
| |/ / |/| |
* | | fix word wrapping in tagblock and dirtagblock and possibly other placesMario Vavti2015-07-061-0/+4
|/ /
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-051-1/+1
|\ \
| * | schema focus: adjust default widthMario Vavti2015-07-051-1/+1
| | |
* | | version updateredmatrix2015-07-051-1/+1
|/ /
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-033-7066/+7315
|\ \
| * | Merge pull request #370 from tuscanhobbit/masterredmatrix2015-07-032-7065/+7315
| |\| | | | | | | Updated Italian localization
| | * Updated Italian localizationPaolo Tacconi2015-07-032-7065/+7315
| |/
| * Merge pull request #369 from zzottel/masterzzottel2015-07-031-1/+0
| |\ | | | | | | update German main help file
| | * update German main help filezottel2015-07-031-1/+0
| |/
* / in hubzilla we're going to convert doco to items. define it here so that an ↵redmatrix2015-07-034-252/+307
|/ | | | accidental import/export doesn't chuck a wobbly.
* a few clone sync fixes as well as some work on hubzilla clone sync back to ↵redmatrix2015-07-025-0/+52
| | | | redmatrix
* a bit of cleanup and explanatory text on mod/pconfigredmatrix2015-07-021-6/+13
|
* web version of util/pconfigredmatrix2015-07-022-1/+106
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-07-0110-609/+991
|\
| * Merge pull request #365 from adsfkajlsfdas/mastergit-marijus2015-07-014-35/+1
| |\ | | | | | | Clean up
| | * Clean upThomas Willingham2015-06-304-35/+1
| | |
| * | since we can now use plain upstream justifiedGallery library - switch to ↵Mario Vavti2015-07-013-2/+16
| | | | | | | | | | | | minified version
| * | update justifiedGallery to versio 3.6.0Mario Vavti2015-07-013-572/+974
| |/
* / provide backward compatibility with hubzilla extended item exportredmatrix2015-07-012-1/+56
|/
* warn if export data file is from an incompatible project or if the DB ↵redmatrix2015-06-291-0/+14
| | | | version differs significantly from the current DB. This is to avoid people cloning a hubzilla channel back to red and potentially stuffing up the works. Hopefully we can migrate upwards someday. Downwards is always going to be an issue.
* turn the connection filter into a feature.redmatrix2015-06-294-0/+12
|
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-295-352/+382
|\
| * Update NL + 1 revert css, see comment here: ↵jeroenpraat2015-06-303-348/+374
| | | | | | | | https://github.com/redmatrix/redmatrix/commit/22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4
| * Probably a ugly hack, but it's the only way I could found that cuts off very ↵jeroenpraat2015-06-291-0/+5
| | | | | | | | long channel names in the admin area. If there's a better alternative, be my guest.
| * fix directory locationMario Vavti2015-06-292-4/+3
| |
* | some prep workredmatrix2015-06-293-2/+101
|/
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-06-283-3/+9
|\