Hacks
Count of related projects: 119
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| search_and_order_by_float_or_price_datatype_fields | Cesar Verdes | planning | N/A | N/A |
This contribution permit to order and search into the fetch functions at
the content module by float and price datatypes.
Url alias transliteration (Planning)
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| url_alias_transliteration | Gunnstein Lye | planning | N/A | N/A |
Transliterates "special characters" in URL's according to the locale setting. This
means that for instance the norwegian characters
æøåa can be shown as ae, oe, aa
instead of just underscores.
Daily and monthly digest for notification (Planning)
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| daily_and_monthly_digest_for_notification | Gunnstein Lye | planning | N/A | N/A |
This contribution adds options for daily and monthly notification digest
settings.
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| redirectafteruserregister_set_by_ezdefaultshopaccounthandler_but_never_used | oldcontribs_import oldcontribs_import | planning | N/A | N/A |
The ezDefaultShopAccountHandler sets the session variable
RedirectAfterUserRegister before it redirects to user/login so that
after logging in, the checkout continues.
user/login doesnt regard RedirectAfterUserRegister though and...
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| 3.3-4:_ezorder_calls_accountinformation_which_ezdefaultaccounthandler_doesnt_implement. | oldcontribs_import oldcontribs_import | planning | N/A | N/A |
eZOrder calls accountInformation on the handler it instantiates, a function
eZDefaultAccountHandler does not implement.
So I implemented it...