| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-09 | I18N: Improve English texts. Refer to sort options consistently. Remove ↵ | fisharebest | 6 | -51/+45 | |
| "SHOW_MEDIA_FILENAME" configuration option, and use standardised behaviour. | |||||
| 2011-06-09 | Fix capitalisation errors. Remove "edit name" from the menu. The edit ↵ | fisharebest | 3 | -3/+3 | |
| option is now next to the name. Having two options is confusing - especially when an individual has two name records - which one does the menu option refer to? | |||||
| 2011-06-09 | I18N: Improve English texts. "Admin Option" is not very meaningful | fisharebest | 3 | -34/+29 | |
| 2011-06-09 | I18N: Improve English texts. (Multi-)media items => "Media objects" | fisharebest | 5 | -95/+79 | |
| 2011-06-09 | Fix: creating new users and self-registration stores password, rather than ↵ | fisharebest | 1 | -1/+1 | |
| password hash | |||||
| 2011-06-09 | comment out portions of filterMedia2 which are currently non-functional | Larry Meaney | 1 | -8/+9 | |
| 2011-06-09 | * remove unnecessary "Exclude Links" option on medialist.php | Larry Meaney | 1 | -52/+6 | |
| * trim more unused code from get_medialist2() | |||||
| 2011-06-09 | Remove the option to hide/show pending changes. The option didn't work ↵ | fisharebest | 1 | -21/+18 | |
| properly (it wasn't "sticky"), wasn't applied consistently, and was rarely used. | |||||
| 2011-06-08 | We no longer have/need menu separators. | fisharebest | 1 | -3/+0 | |
| 2011-06-07 | Fix: webtrees-1.1.2 changed the "full name" column in wt_name to include the ↵ | fisharebest | 3 | -5/+59 | |
| slashes. The individual/family lists require that the name is saved the same as the way it is generated by the WT_Person object. Therefore upgrading to/from 1.1.2 causes records not to show - until they are edited or re-imported. Revert to the original behaviour (no slashes), and update the database to remove any that were added by 1.1.2. Also remove the n_list column. It has never been used. | |||||
| 2011-06-07 | Specify the BLOWFISH algorithm to generate password hashes. Update existing ↵ | fisharebest | 1 | -5/+22 | |
| password hashes to BLOWFISH as each user logs in. | |||||
| 2011-06-06 | Update version number - next release is planned to be 1.2.1 | fisharebest | 1 | -2/+2 | |
| 2011-06-06 | Update version number, for 1.2.0 release | fisharebest | 1 | -2/+2 | |
| 2011-06-06 | Revert 11711 (addition of PasswordHash library). We will implement this ↵ | fisharebest | 1 | -10/+5 | |
| logic after the next release. | |||||
| 2011-06-05 | New library PHPass for better hashes and a conversion routine on login for ↵ | Veit Olschinski | 1 | -5/+10 | |
| the old hash of the user. Needs careful testing on different platforms. | |||||
| 2011-06-02 | Media objects are called "Media objects", not "Multimedia objects", etc. | fisharebest | 1 | -5/+4 | |
| 2011-06-01 | print_main_media_row() - change the way $mediaobject is defined so it can ↵ | Larry Meaney | 1 | -1/+1 | |
| display pending objects | |||||
| 2011-05-31 | Remove some "obvious" help text. If any of the charts need more ↵ | fisharebest | 2 | -2/+2 | |
| information, then we should choose a better name for them. | |||||
| 2011-05-30 | #731055 - Admin page - default theme - SVN 11083 | Łukasz Wilenski | 1 | -4/+4 | |
| 2011-05-30 | Correct tooltip for edit,copy,delete links in rtl and some other languages; ↵ | Nigel Osborne | 1 | -12/+12 | |
| move images for those links to indi_sprite.png | |||||
| 2011-05-29 | #731055 - Admin page - default theme - SVN 11083 | Łukasz Wilenski | 1 | -1/+1 | |
| 2011-05-28 | Increase size of password field from 64 to 128 characters to support PHP ↵ | fisharebest | 2 | -1/+49 | |
| installations which use the SHA512 algorithm for crypt(), and hence generate 98 character hashes | |||||
| 2011-05-27 | Add support for inline editing using <textarea></textarea> | fisharebest | 1 | -1/+1 | |
| 2011-05-27 | (no commit message) | Nigel Osborne | 1 | -3/+3 | |
| 2011-05-27 | Add support for inline editing using <textarea></textarea> | fisharebest | 1 | -0/+9 | |
| 2011-05-27 | prevent url duplication in "Review Changes" messages | Larry Meaney | 1 | -3/+7 | |
| 2011-05-26 | Add unique-id to all menu items. This will allow CSS based menus to add ↵ | fisharebest | 1 | -3/+3 | |
| icons or other formatting to each one. For dynamically generated menus (e.g. lists of family trees, list of favorites, list of languages, etc.), these are grouped into a submenu, allowing a default formatting to be attached to each of them. In addition, they are given a generated (and predictable) ID, so that custom themes can set custom icons for each tree, favorite, language, etc. | |||||
| 2011-05-26 | Tidy up code for creating/checking password hashes. | fisharebest | 2 | -5/+10 | |
| 2011-05-25 | Fix: indilist for names beginning with a space. Note, I have updated the ↵ | fisharebest | 1 | -17/+1 | |
| safe_GET/POST functions so that they no longer trim leading/trailing spaces from their input. This was originally added "because it seemed like a good idea", not because of any specific requirement. | |||||
| 2011-05-25 | get_media_folders() should not include media firewall dir; it was doing this ↵ | Larry Meaney | 1 | -3/+2 | |
| when $MEDIA_DIRECTORY_LEVELS was set to 0 | |||||
| 2011-05-24 | Fix: wrong user shown on CHAN records | fisharebest | 1 | -1/+1 | |
| 2011-05-24 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 2 | -17/+1 | |
| * Created Media->printLinkedRecords() to eventually replace the PrintMediaLinks function in functions_mediadb.php * List of links is now calculated on demand by the Media object rather than up front by get_medialist2. | |||||
| 2011-05-24 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 2 | -32/+51 | |
| medialist can now sort again | |||||
| 2011-05-23 | Remove (very old) code for HTTP authentication. It is unmaintained, ↵ | fisharebest | 2 | -40/+8 | |
| untested, and has design limitations (e.g. server cannot force a client logout). | |||||
| 2011-05-23 | Fix: recent changes list gives error when all recent changes are for private ↵ | fisharebest | 1 | -82/+74 | |
| objects | |||||
| 2011-05-23 | Fix typo in recently added SQL statement | fisharebest | 1 | -1/+1 | |
| 2011-05-23 | always display file sizes in whole KB | Larry Meaney | 1 | -16/+0 | |
| 2011-05-22 | Remove two configuration options. DISPLAY_JEWISH_GERESHAYIM was never ↵ | fisharebest | 3 | -5/+1 | |
| actually used by the code, and DISPLAY_JEWISH_THOUSANDS is not needed (meliza + kosherjava) | |||||
| 2011-05-22 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -3/+3 | |
| removed another variable ("LEVEL") from the session Media->getHtmlUrlSnippet needs access to two global vars: $LB_URL_WIDTH,$LB_URL_HEIGHT; fixed problem with external files introduced in 11566 | |||||
| 2011-05-22 | Remove old/unused code | fisharebest | 1 | -44/+0 | |
| 2011-05-22 | Family list performance. Count children from information in memory, rather ↵ | fisharebest | 1 | -13/+0 | |
| than query the database again. | |||||
| 2011-05-22 | Remove old/unused code | fisharebest | 2 | -135/+3 | |
| 2011-05-22 | bug 783620 - medialist.php unable to work with large lists of media items | Larry Meaney | 1 | -0/+330 | |
| created get_medialist2 to store fewer properties for each media item in the session and filterMedia2 to operate on lists returned by get_medialist2 also fixed a bug in medialist.php that prevented "and" filters from working | |||||
| 2011-05-21 | medialist.php makes better use of the Media class | Larry Meaney | 1 | -1/+1 | |
| rename Media->isFileExternal() to Media->isExternal() pass alertnotfound=>true to displayMedia to show a "file not found" message when the main image is missing | |||||
| 2011-05-20 | use WT_I18N::number | Łukasz Wilenski | 1 | -5/+5 | |
| 2011-05-20 | All highlight images make better use of the Media class | Larry Meaney | 3 | -53/+89 | |
| Created display_silhouette() function to display gender-specific silhouettes move thumb_or_main() from functions.php to functions_mediadb.php | |||||
| 2011-05-19 | add align style for RESN facts | Łukasz Wilenski | 1 | -4/+4 | |
| 2011-05-19 | translate the type of MARR | Łukasz Wilenski | 1 | -0/+1 | |
| 2011-05-17 | Some unknown names still showing as "(unknown)" instead of "…" | fisharebest | 1 | -2/+2 | |
| 2011-05-17 | privacy family list on pliacelist should be the same with main family list | Łukasz Wilenski | 1 | -140/+140 | |
