aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* remove some debugging stuff now that the problem they were trying to locate d...friendica2013-09-121-5/+0
* Merge pull request #129 from MicMee/masterfriendica2013-09-121-1/+2
|\
| * delete logger line; was the wrong place.Michael Meer2013-09-111-1/+0
| * flag failed auth attempts in DB table hublocMichael Meer2013-09-111-1/+3
* | assuming this doesn't blow up the internet like the last fix - this is a very...friendica2013-09-111-1/+1
|/
* make comments work againfriendica2013-09-101-1/+2
* well that really stuffed things up...friendica2013-09-102-3/+3
* this should fix the foreign language like notifications (again)friendica2013-09-101-2/+4
* change wording on item_store message so we can find failures fast with grep i...friendica2013-09-101-1/+1
* provide detailed error to remote site for the myriad of things that can go wr...friendica2013-09-105-27/+60
* z_fetch_url - include curl debug info in return array and log it (at logger_d...friendica2013-09-101-0/+10
* just a typoMichael Meer2013-09-091-1/+1
* some alteration to the way directory sync was originally supposed to work. I'...friendica2013-09-091-25/+14
* perform a refresh_all when an import has completed so that all your connectio...friendica2013-09-081-3/+2
* make sure new contacts who are not yet in the address book are sync'd across ...friendica2013-09-081-0/+14
* Merge pull request #119 from unary/categorywidgetfriendica2013-09-081-2/+9
|\
| * added dbescMichael Johnston2013-09-081-1/+1
| * only show categories this channel has usedMichael Johnston2013-09-081-2/+9
* | Merge service classChristian Vogeley2013-09-084-12/+35
|\ \ | |/ |/|
| * Service class itemsChristian Vogeley2013-09-081-1/+1
| * Service classChristian Vogeley2013-09-083-11/+34
* | encode and decode channel names containing HTML special characters and quotes...friendica2013-09-061-21/+1
* | public site list (will take a few days to populate, assuming folks have updat...friendica2013-09-051-3/+16
* | pages feedfriendica2013-09-051-15/+29
* | issue #59 - this is a real bugger. Might seem fixed but read the code. This c...friendica2013-09-041-2/+7
* | provide templating options in comanche for the underlying webpage element - i...friendica2013-09-042-0/+33
* | render blocks - yes these should be templates, but I've got too much to do at...friendica2013-09-041-0/+23
* | fix private message encryption since the input_filter mangled itfriendica2013-09-031-2/+2
* | add design tool menu to appropriate pagesfriendica2013-09-031-1/+17
* | make displaying the language selector configurablefriendica2013-09-031-1/+1
* | my badfriendica2013-09-031-1/+1
* | typofriendica2013-09-031-1/+1
* | personal config to just show the page content without author info - probably ...friendica2013-09-031-3/+5
* | testing Comanchefriendica2013-09-031-6/+7
* | add a layout selectorfriendica2013-09-022-0/+35
* | The triple linebreaks in notification emails finally bothered me enough to do...friendica2013-09-021-4/+2
* | preserve mimetype on page editsfriendica2013-09-021-4/+5
* | Merge pull request #108 from cvogeley/masterfriendica2013-09-021-0/+1
|\|
| * More mobile theme fixesChristian Vogeley2013-08-311-0/+1
* | oh that's whyfriendica2013-09-022-2/+4
* | pass execflag - Working for preview but not yet executing on page renderfriendica2013-09-021-0/+1
* | fix webpage storagefriendica2013-09-022-2/+2
* | only allow richtext editor on pages if bbcode is the default mimetype, otherw...friendica2013-09-021-6/+6
* | allow a channel owner to define a default mimetype on webpages (otherwise def...friendica2013-09-022-4/+11
* | webpage content-type -- needs cleaning up and a security check once all the i...friendica2013-09-023-7/+71
* | Add Comanche layouts to the things that don't go offsite.friendica2013-09-011-0/+4
* | Sheesh. Three lines of Javascript. All you have to do is find which of the th...friendica2013-09-011-0/+11
* | rework the pdl_selector a bit since we've slightly changed the way layouts ar...friendica2013-09-011-9/+3
|/
* more debugging on localize_item top find out why likes are not translated in ...friendica2013-08-311-1/+7
* I've got a pretty good idea of how to bootstrap, parse and render Comanche no...friendica2013-08-291-5/+22