epublish 6.x-1.16
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.16.tar.gz | 45.08 KB | 5465aaf9fcacdca369b2b4da9b880ed9 |
| epublish-6.x-1.16.zip | 53.81 KB | 8b0b8a6d7bd4966765524b475939faf1 |
Release notes
Add a node filter to epublish so that only nodes of certain types will
be displayed on the massive listing page. This will make it easier on
sites that have auto imported nodes as well.
epublish 6.x-1.15
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.15.tar.gz | 44.66 KB | 2c9b61a7c0a2742a13b0808a025654a6 |
| epublish-6.x-1.15.zip | 53.2 KB | b05dcd95333223df2eed5498c61df6cd |
Release notes
Fix #1325682 - Publication page shows current edition, not a list of editions
epublish 6.x-1.14
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.14.tar.gz | 43.74 KB | 077c838f6984f997b05a6ab898621855 |
| epublish-6.x-1.14.zip | 52.29 KB | 8e66e9825d51c93a3cc09d491a2b98bc |
Release notes
This is primary a bugfix release. Thanks much to leonardwestermeyer for many of these fixes.
- Fix corrupted help text and incorrect use of l in a few places - Issue #1253732: Help Text Corrupted
- The label "Publication date" is not being localized on the Edit Edition page. #1271322: The label "Publication date" is not being localized on the Edit Edition page.
- Topic Names not localized on Edit Edition page. #1271292: Topic Names not localized on Edit Edition page.
- Fix for auto inclusion of nodes, the name not type was stored in the database. #1270962: Node Type "Article" is not selected in Drupal 6.
- Add more SimpleTests for node add, delete, and reorder in editions
epublish 6.x-1.13
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.13.tar.gz | 41.74 KB | 1b1da86e1633bf176717088c2857ad3c |
| epublish-6.x-1.13.zip | 48.32 KB | 9b8558e014f4687f0b286bd6a3a68c61 |
Release notes
- add a large number of tests using simpletest framework
- move one of the final db strings over to using db_query with
parameters
- remove all instances of db_last_insert_id, as it wasn't being used
correctly. Now we rely on database serial fields to keep things working.
- fix an issue that might prevent the miscellaneous topic section
from being created under some circumstances, which would in
turn prevent items from being added to an epublish publication.
epublish 6.x-1.12
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.12.tar.gz | 37.46 KB | 91ef75a058b5ead9e12a3819153d658f |
| epublish-6.x-1.12.zip | 43.37 KB | 944622f29788f33b73e2fdc0d5f15981 |
Release notes
The 6.x 1.10 fix for the edit page went entirely missing from git (I'm very curious if they had some reset on the servers.) This brings back that one line fix.
epublish 6.x-1.11
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.11.tar.gz | 37.44 KB | 7898a63d74a3c4b816567e547e602b38 |
| epublish-6.x-1.11.zip | 43.35 KB | 780e9c12eb818f417ed9dba769a3487a |
Release notes
This releases a single change which finally fixes upgrade from 1.5 -> 1.11 with a smooth database upgrade, while also providing the migration path for people that had previously converted from Drupal 5 environments. Sorry this took so long to get right.
This also fixes the ability to actually cleanly uninstall epublish.
epublish 6.x-1.10
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.10.tar.gz | 37.32 KB | 874045d49b2f142e7741d828ef40592b |
| epublish-6.x-1.10.zip | 43.22 KB | b790997248250ac9c7873bd761452704 |
Release notes
Fix an issue where older editions wouldn't display what articles were in them in the manual epublish editor.
epublish 6.x-1.9
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.9.tar.gz | 37.28 KB | 08cf13fdea444ac7a5e5610d6662ddd4 |
| epublish-6.x-1.9.zip | 43.19 KB | 7b2c03a8b7f44ae16db66a5b6478bfa1 |
Release notes
Bug Fix
DB upgrade finally handles existing D6 installations with only a minor warning. Feel free to ignore that when installing.
epublish 6.x-1.8
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.8.tar.gz | 37.25 KB | 6046496c150a88d1af5ce18031e0a150 |
| epublish-6.x-1.8.zip | 43.16 KB | 0f377e16f7bc115e6ce14cbc6908dc59 |
Release notes
Bug Fixes
- Remove errant attempted DB upgrade on D6 installations that was introduced in 1.7
See http://drupal.org/node/31019/release for all the cumulative features and bugs for 1.6 and 1.7
epublish 6.x-1.7
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.7.tar.gz | 37.29 KB | dfb3f2068856f64cc055f8e610cca917 |
| epublish-6.x-1.7.zip | 43.19 KB | 6d86aea2a5dfb610ccededf006b7f143 |
Release notes
Note to Themers: theme_epublish_navigation has changed so that the second argument is a list of editions instead of a single edition. You many need to adjust local theme code accordingly.
Bug Fixes
- #209370: Anonymous users can't see abstracts
- #648046: Newsletter section duplicated
- #541456: upgrade from 5.x to 6.x missing indexes update - this should let any remaining Drupal 5 users cleanly upgrade
- Clean up some of the database access code
- Fix a number of style warnings provided by the Coder module
- Only display navigation when $page = TRUE instead of when $teaser = FALSE, which makes things display more expectedly if using node_view
Features
- Per page navigation now works if an item shows up in multiple epublish editions (see note to themers)
- Additional Views Support:
- Complete exporting fields from epublish_edition
- Export most fields from epublish_publication
- Epublish Publication is now a base table, so views can be based on Publications
- Epublish Edition is now a base table, so views can be based on Editions
epublish 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.6.tar.gz | 36.55 KB | 697037e7d6b64397b26a6d138550c5f2 |
| epublish-6.x-1.6.zip | 42.29 KB | 7319f8eb0bd61f3e3313a93762590fe5 |
Release notes
Fixed theme functions so module now works correctly with PHP 5.3.
Added email as a 3rd context (in addition to listing and node contexts).
Fix bug where delete deletes all articles from an epublish edition. This is very helpful to people that use epublish in a more manual way not just in the auto generator way.
Change out the epublish per node navigation works so that it is more drupal standard. This means that it looks correct when working with complex layout modules like recipe.
Implement basic views support so that editions and articles are exposed to views. More views support will be coming.
epublish 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.5.tar.gz | 33.06 KB | 39b98c8ad22042ec1a23d35acc4bbf70 |
| epublish-6.x-1.5.zip | 39.89 KB | 52c278c9151dc11d179541b2e4dbd9fa |
Release notes
Patches committed:
Bug: #699424: warning: Parameter 1 to theme_epublish_XXX() expected to be a reference & /epublish/# is blank
Bug: #701788: Epublish /admin/help/epublish - "»"
@credit:
Many thanks to dooug -- nice job!
:)
epublish 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.4.tar.gz | 33.07 KB | 045f1e2bd3966a468dbd3af5e4765891 |
| epublish-6.x-1.4.zip | 39.91 KB | 49a3bb6655677bcdaa35eaf3a5728149 |
Release notes
epublish 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.3.tar.gz | 33.14 KB | cfdd8cf4bd52b63c09f3e5ee477610b3 |
| epublish-6.x-1.3.zip | 40.13 KB | 31262e855f3b2adcf89f7d088a1ec81b |
Release notes
Added uninstall support.
epublish 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.2.tar.gz | 33.26 KB | b8cab3d49b411db602c41198778246cc |
| epublish-6.x-1.2.zip | 40.38 KB | 0d8ffbfcda74a14a525bbd73003de436 |
Release notes
Bug fix - #344353: e-publish CSS
epublish 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.1.tar.gz | 33.2 KB | 7e2cf22787f94ecf164b7ceba25a16e9 |
| epublish-6.x-1.1.zip | 40.18 KB | a9cce73dad04d25654ab075e207f4dd2 |
Release notes
Adding dependency info
epublish 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.0.tar.gz | 33.72 KB | a3d0ef81c14f01f852e4825dc1cfdb09 |
| epublish-6.x-1.0.zip | 40.79 KB | 3cb5b6a677a4cee31a07e4acf1fe0a68 |
Release notes
Added Drag and drop facility: Issue #327937, #289096 Abstract's setting in Content Type administer page.
epublish 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.0-beta2.tar.gz | 34.42 KB | 66d32278e050d90a9d8d86207db0443c |
| epublish-6.x-1.0-beta2.zip | 41.37 KB | a11d1c0a71e9be1b3711b7b8180ec34b |
Release notes
epublish for Drupal 6 stable release. can be used in production environment.
epublish 5.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| epublish-5.x-1.2.tar.gz | 34.07 KB | e5ded934b13f111f8500d973d6e29302 |
| epublish-5.x-1.2.zip | 41.16 KB | c37cf7fbb3601689cb5aa9d11afa3efa |
Release notes
* URL aliases for e-publish edition
* Abstract feature
* some bug fixes - #227482 , #199009 , #232217, #176896, #160468
epublish 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| epublish-6.x-1.0-beta1.tar.gz | 34.61 KB | 191691ac703ed478d9ccc651ce298bb6 |
| epublish-6.x-1.0-beta1.zip | 41.56 KB | cb62ba7a54493d3f14a130d8337ea53e |
Release notes
#250408 SA-2008-029 fix several XSS issues