Posted
about 11 years
ago
by
jevansnc
I'm working on setting up a Nginx web server running on Ubuntu and SQLite. I have everything working and humming along quite nicely. Honestly the speed improvement over current Apache isn't that much but it is enough to make a difference with
|
Posted
about 11 years
ago
by
garethTheRed
The Wiki code blocks display as one long word-wrapped line under IE8 (I know!). That is:
#include
main()
{
printf("Hello World");
}
actually displays as:
#include main() {
printf("Hello World"); }
It seems to boil down to the
|
Posted
about 11 years
ago
by
BronyBorn
Been working on a native polling app for a few weeks. Finally got it to an operable state. Here's the repository: https://github.com/BronyBorn/polls
It's only the first iteration, and input on it would be most appreciated.
|
Posted
about 11 years
ago
by
BronyBorn
I've been scrubbing through the source and I can't seem to find a way of managing hooks for custom apps outside of manually editing the root config, which isn't distributed with individual apps.
The simplest solution I've been able to come up with
|
Posted
about 11 years
ago
by
alpi
It seems that the versions list doesn't show the last timestamp/user.
I think the problem is in "history" function of "Versions" model that make a query like
select * from versions where class='[selected_class]' group by pkey order by ts desc
|
Posted
about 11 years
ago
by
winsystem
Hi John, by the way, i want to know if it is possible to modify the existing gallery in the dynamic objekts table. I want to get a sortable gallery by headlines or words or whatever.
Can you give me a hint.
|
Posted
about 11 years
ago
by
alpi
It seems that a user who can edit users may assign to themselves the type "Admin" even if it is not.
E.g. "Modify user accounts" set to "Yes" and "Modify user roles and permissions" set to "No"
How can I avoid that?
Thanks.
|
Posted
about 11 years
ago
by
alpi
The clear attribute on the br element is obsolete in HTML5.
I found eight occurrences of:
How do we change it?
For now I've used:
|
Posted
about 11 years
ago
by
BronyBorn
I have been contemplating the best way to choose an internal file that was uploaded through the filemanager while inside another app and the following is what I came up with (no idea if this has been done before).
|
Posted
about 11 years
ago
by
alpi
Is it possible to use "where" and "or_where" Model methods, in oder to make a where like in title?
|