Custom Query (1173 matches)
Results (283 - 285 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #753 | fixed | better redirect after delete confirm | ||
| Description |
The current behavior is to return to the user view. That loses context. Better to move to the next or the previous item using the existing next/prev logic. In addition this commit request contains a fix for a one off bug in get_media_type_and_manager |
|||
| #754 | fixed | consider adding WAI-ARIA attributes to the header dropdown | ||
| Description |
I don't understand what I'm doing, but here is a patch that adds aria-controls attribute that, according to a candidate recommendation (http://www.w3.org/TR/wai-aria/states_and_properties#aria-controls), is supposed to tell some software that the down/up arrow icon controls the header drop-down. At least it *hopefully* doesn't break anything and doesn't add any requirements for more attributes. |
|||
| #755 | fixed | "possibly undefined macro: AC_MSG_ERROR" is breaking the pyconfigure method | ||
| Description |
On a fresh wheezy install with the normal mediagoblin dependencies as well as pkg-config and autoconf, I get the following error (and so do others on IRC): cwebber@li313-33:~/mediagoblin$ ./bootstrap.sh && ./configure && make
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
configure.ac:152: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
I'm not having this happen in Jessie, and IIRC I even had this working right in Wheezy. Some package must be missing? But without knowing what it is, we can't make this the official recommended way to set up MediaGoblin. So, two steps:
|
|||
