Closed
Bug 959131
Opened 11 years ago
Closed 11 years ago
vendor-local is missing unidecode
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sancus, Unassigned)
Details
(Whiteboard: [kb=1246892] [qa-])
This apparently isn't installed on dev/stage and so presumably it's not on production either. That means it needs to be in a vendor dir.
Not sure how this wasn't caught before, other projects that use unidecode(ie remo) do have it in their vendor-local.
Comment 1•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/d4b37aeea337f35c5a4ae660dcda38bdf6538e8f
[Fix Bug 959131] Add unidecode 0.4.14 to vendor-local/lib
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
unidecode wasn't a required library up until now. It's a suggested library, something AutoSlug will use if it's present. Recent changes made it a required library.
Thanks for fixing that :sancus.
@mbrandt yes we can call this qa-
Reporter | ||
Comment 4•11 years ago
|
||
Ah, I didn't realize autoslug used it optionally. Well either way, fixed now. And yep, definitely qa-.
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/mozillians
https://github.com/mozilla/mozillians/commit/ead755adfd5bcd498434ac622b5a0d3ae0e0bd23
Bug 959131 - Make unidecode a git submodule
Updated•11 years ago
|
Whiteboard: [qa-] → [kb=1246892] [qa-]
Updated•11 years ago
|
Version: other → next
Updated•11 years ago
|
Version: next → 2014-02.1
You need to log in
before you can comment on or make changes to this bug.
Description
•