Activity for David Smart

  • David Smart David Smart committed [r437] on Code

    Tiny change to the user icon to indicate their access level.

  • David Smart David Smart committed [r436] on Code

    Further improvements in the privacy settings.

  • David Smart David Smart committed [r435] on Code

    Improving granularity of privacy settings.

  • David Smart David Smart committed [r434] on Code

    Minor bug fixes (some $$ references).

  • David Smart David Smart committed [r433] on Code

    Correct an endless loop.

  • David Smart David Smart committed [r432] on Code

    Minor change to the mail configuration.

  • David Smart David Smart committed [r431] on Code

    Reduce magic for Privacy setting.

  • David Smart David Smart committed [r430] on Code

    Improving the password complexity requirements and display.

  • David Smart David Smart committed [r429] on Code

    Minor adjustment to the research feature to put "Open All" back in.

  • David Smart David Smart committed [r428] on Code

    Enhance filter to honor privacy restrictions.

  • David Smart David Smart posted a comment on discussion Open Discussion

    v.1.7.3 as downloaded: * Main maps work * Personal map on the individual menu, "Oops, something went wrong" (If I comment that same line, then I get a blank box for the map)

  • David Smart David Smart posted a comment on discussion Open Discussion

    I found even the messages in the console window were not helping me. Most of them came from deep in the google map apis and it wasn't able to show the call-stack (so perhaps an async thread). So, I was really struggling to see what caused it. This doesn't help me much (I don't know it well enough), but in "prototype.js", I commented out the following as a quick test - based on one of the console error messages. Array.from = $A; The personal map "sort of" showed up. For some people, the map seemed...

  • David Smart David Smart committed [r427] on Code

    Refactoring the map interface.

  • David Smart David Smart posted a comment on discussion Help

    SeB30 makes a very good point to ponder. * As noted, an assembled PCB would typically have both tName and tPlace, just the part would not be installed. * Eagle's representation removes both tName and tPlace, which makes it more obvious, particularly in hand assembly of the first prototypes. And my last comment was, perhaps blindly, focused on "it's not like Eagle". My perspective today is that this version is a definite improvement by not rendering the component, while showing the pads. Whether it...

  • David Smart David Smart modified a comment on discussion Help

    So close now - it shows the copper pads, but it also shows the tPlace. Mariusz, you are so responsive I hate to ask for more... Ideally: copper pads visible, tPlace not shown.

  • David Smart David Smart posted a comment on discussion Help

    So close now - it shows the copper pads, but it also shows the tPlace. Mariusz, you are so responsive I hate to ask for me... Ideally: copper pads visible, tPlace not showsn.

  • David Smart David Smart posted a comment on discussion Open Discussion

    I have a private project that uses google maps - in a far more primitive way. But I wasn't able to unravel in PhpGedView where the data is formed that is presented to google maps. If somebody has a good handle on that, and can point me to it, maybe I can also help out in some way. In my project, I tried to make it work with either google or bing maps, but I found bing couldn't handle the larger kml files I was producing and google could. I wasn't aware of other "open" map engines I could tap into....

  • David Smart David Smart modified a comment on discussion Open Discussion

    Has there been any recent work on this? I see some new messages in the console about the next api change events. And for me, the main menu Charts | Pedigree Map still works fine, as it does on the Options for an individual - Pedigree Map. But from the "Personal Facts and Details" ... "Map" menu, then it gets a google "Oops, Something went wrong..." If I had a better handle on how this works, I'd see if I could help sort it out, but at the moment I think I'm at the mercy of others. I'm on the latest...

  • David Smart David Smart posted a comment on discussion Open Discussion

    Has there been any recent work on this? I see some new messages in the console about the next api change events. And for me, the main menu Charts | Pedigree Map still works fine, as it does on the Options for an individual - Pedigree Map. But from the "Personal Facts and Details" ... "Map" menu, then it gets a google "Oops, Something went wrong..." If I had a better handle on how this works, I'd see if I could help sort it out, but at the moment I think I'm at the mercy of others. Here's the full...

  • David Smart David Smart committed [r426] on Code

    Fixed a minor regression error on tabular listings.

  • David Smart David Smart committed [r425] on Code

    Adding a new interface for requesting db access. Previously it generated a simple 'mailto'. Now it has a form and mails the admin, opening the possibility of introducing new rules that may be useful.

  • David Smart David Smart posted a comment on discussion Help

    Hi Marni, As I gain knowledge (and use features I haven't used before), I occasionally make a new discovery. I think that is the case this time. In Eagle, I can create design variants: * Eagle Schematic | Edit | Assembly Variants... And then create a new variant or two and select a few parts to not be included in each. In a recent case, I had two different battery holders. They overlaid on the PCB, so of course only 1 can be populated at a time. With the eagle variant feature, the schematic shows...

  • David Smart David Smart committed [r424] on Code

    Realigned several 'search/filter' forms and align the form handler (for the eventual plan that the handlers become shared functions).

  • David Smart David Smart committed [r423] on Code

    Generate vCard's in the user selected format - system default, or as defined in their profile, or as selected in a form.

  • David Smart David Smart committed [r422] on Code

    Improve the vCard export - partial regression to vCard format v2.1 because Outlook likes it better. But also working toward it being a user preference.

  • David Smart David Smart committed [r421] on Code

    Very minor research form style improvements.

  • David Smart David Smart committed [r420] on Code

    very minor changes to be slightly more mobile friendly.

  • David Smart David Smart committed [r419] on Code

    Minor cleanup of development code.

  • David Smart David Smart committed [r418] on Code

    Improved 'card' layout.

  • David Smart David Smart committed [r417] on Code

    Minor changes to vcf import for the photo and name parsing.

  • David Smart David Smart committed [r416] on Code

    Improve name search to include NickName field

  • David Smart David Smart committed [r415] on Code

    Add a simple highlight to differing fields.

  • David Smart David Smart committed [r414] on Code

    Clean up html by adding language tag.

  • David Smart David Smart committed [r413] on Code

    Improve Categories filtering in PDF Generation.

  • David Smart David Smart committed [r412] on Code

    Remove warning involving the Categories filter.

  • David Smart David Smart committed [r411] on Code

    Reduce logging errors.

  • David Smart David Smart committed [r410] on Code

    Don't concatenate married and lastname

  • David Smart David Smart committed [r409] on Code

    Remove the customized version.

  • David Smart David Smart committed [r408] on Code

    Change sort order for OvernightBatch.Sample.php

  • David Smart David Smart committed [r407] on Code

    Improve the href creation for the overnight batch jobs.

  • David Smart David Smart committed [r406] on Code

    Revise most LastName, FirstName ... sorts to be based on CONCAT(Married, LastName), FirstName ...

  • David Smart David Smart committed [r405] on Code

    Minor improvement to mapping.

  • David Smart David Smart committed [r404] on Code

    Remove unnecessary function.

  • David Smart David Smart committed [r403] on Code

    Disable autocomplete on certain form fields (the default autocomplete="off" is a hint - often ignored by browsers).

  • David Smart David Smart committed [r402] on Code

    Correct a defect in the email notification link to the person.

  • David Smart David Smart committed [r401] on Code

    Minor improvement to quick menu layout

  • David Smart David Smart committed [r400] on Code

    Bump version from 1.5.5 to 1.5.6

  • David Smart David Smart committed [r399] on Code

    Revision to picking up the access level for a user - corrects some pick-list items that were not available and should have been.

  • David Smart David Smart created ticket #2977

    Potential error in stylesheet themes/standard/style.css

  • David Smart David Smart committed [r398] on Code

    Improved the CompareRecords and fixed a few failed links when the EditOne.php changed to Edit.phpcs.xml

  • David Smart David Smart committed [r397] on Code

    Improve research settings and add SetupWizard test for SiteLogo file.

  • David Smart David Smart committed [r396] on Code

    Improvements to the integrated help. Some topics didn't have help, and for others it was improved a bit.

  • David Smart David Smart committed [r395] on Code

    Improvements to Research Settings - added functioning XML export and import.

  • David Smart David Smart committed [r394]

    Enable searching on children.

  • David Smart David Smart committed [r393]

    Extend the Categories field to accept a longer string

  • David Smart David Smart committed [r392]

    Add discreet social and business web page fields.

  • David Smart David Smart modified a comment on discussion Help

    Hi Marius, Here's my experience - as I'm performing it - for the most accurate notes: 1) Make a backup of my PCB folder (which includes my db). 2) Compare the testing branch - wow there's a lot of changes, and most (perhaps all) seem related to this request! 3) Copy the testing branch over top of my version (I think it said there were 418 'overwrites'). 4) Copy my database.db over top of the testing/data/database.db 5) Open the untitled.brd file, observe the 3 LEDs and their attributes FCM, FCMV...

  • David Smart David Smart posted a comment on discussion Help

    Hi Marius, Here's my experience - as I'm performing it - for the most accurate notes: 1) Make a backup of my PCB folder (which includes my db). 2) Compare the testing branch - wow there's a lot of changes, and most (perhaps all) seem related to this request! 3) Copy the testing branch over top of my version (I think it said there were 418 'overwrites'). 4) Copy my database.db over top of the testing/data/database.db 5) Open the untitled.brd file, observe the 3 LEDs and their attributes FCM, FCMV...

  • David Smart David Smart posted a comment on discussion Help

    There's one or two requests in here - 1. Update the documentation to how the component attribute 'FREECAD' is/should/can be used. 2. Consider an enhancement to that, where the attribute is appended to the base package name. Memory/Research/Details I don't recall where exactly I learned about this - freecad-pcb will look for a custom attribute 'FREECAD' associated with a component. It can then use that attribute to choose the right package - overriding the package name that would have come from Eagle....

  • David Smart David Smart posted a comment on discussion Help

    Of hundreds of library models/components that I have, one step file does not get processed properly as a component in a project. It seems to shift the sub-parts in the model differently than the overall part. The component of interest is a small display module (a PCB of its own with components). In the same project I have a different module that is also a PCB and components, and it works ok (as have many others). The model came from a web site, so perhaps there is something unique about it that causes...

  • David Smart David Smart posted a comment on ticket #2975

    Attachment from 2974 solved this too with a small mod - Each "if" line needed one more closing ")" and after that they do not crash. Fixes both 2974 and 2975 Thanks for the fast response - even to a feature you don't use!

  • David Smart David Smart posted a comment on ticket #2974

    Oops sorry the quick update w/o due diligence on my part. Each "if" line needed one more closing ")" and after that they do not crash. Fixes both 2974 and 2975

  • David Smart David Smart posted a comment on ticket #2974

    I do use it from time to time as a convenient way to get to Ancestry and other sites with some context filled in. The attachment resulted in: Research Assistant Parse error: syntax error, unexpected '$dateToCompare' (T_VARIABLE) in /volume1/web/gen/modules/research_assistant/ra_functions.php on line 1200 with line 1200 as "is_numeric" test on $dateToCompare function determineClosest(&$currentDate, $dateToCompare, $dateCompareAgainst ) { if (!is_numeric($dateToCompare) $dateToCompare = 0; if (!is_numeric($dateCompareAgainst)...

  • David Smart David Smart posted a comment on ticket #2975

    for this error, with a little instrumentation, I determined that $dateToCompare is null

  • David Smart David Smart created ticket #2975

    Research assistant (2 of 2) a non-numeric value encountered

  • David Smart David Smart created ticket #2974

    Research assistant (1 of 2) convert_to_call() on null

  • David Smart David Smart posted a comment on ticket #2972

    That appears to be the perfect fix. Thanks! (I don't see how I can mark this issue as resolved)

  • David Smart David Smart posted a comment on ticket #2973

    PhpGedView v4.3.1 rev 7350, PHP 7.4.9

  • David Smart David Smart created ticket #2973

    Uncaught PDOException ... Illegal mix of collations

  • David Smart David Smart created ticket #2972

    Call to a member function CalendarURL() on null

  • David Smart David Smart committed [r391]

    EventsManager.php - improve the form layout.

  • David Smart David Smart committed [r390]

    Fixed a few defects with the Event Order form.

  • David Smart David Smart committed [r389]

    Improve PDF generation

  • David Smart David Smart committed [r388]

    Code cleanup.

  • David Smart David Smart committed [r387]

    Sync ExcelExport.php report search/results with ListByStatus.php behavior.

  • David Smart David Smart committed [r386]

    Minor miscellaneous improvements; error handling, dead code removal.

  • David Smart David Smart committed [r385]

    Fix the Edit link to a user from the map views.

  • David Smart David Smart posted a comment on ticket #63

    Updated from the addon manager, restarted, Confirmed working - menus, toolbars, and the new feature! Thanks!

  • David Smart David Smart created ticket #63

    Create a simplified model update fails badly

  • David Smart David Smart committed [r384]

    Restore ability to follow a link, log in, and end on the followed link.

  • David Smart David Smart committed [r383]

    Improve common behavior of search for excel export to match other custom search options.

  • David Smart David Smart committed [r382]

    Fixed a minor formatting issue in the 'insert date' script.

  • David Smart David Smart committed [r381]

    Minor fix that only affected console 'noise' on the overnight batch job.

  • David Smart David Smart committed [r380]

    Allow Status to export into Excel.

  • David Smart David Smart committed [r379]

    Reduce trace log info.

  • David Smart David Smart committed [r378]

    More work on the help information.

  • David Smart David Smart committed [r377]

    More work on the help information.

  • David Smart David Smart committed [r376]

    Updating documentation.

  • David Smart David Smart modified ticket #4

    First Super User account not enabled

  • David Smart David Smart modified ticket #11

    Installation instructions error "inc/Config.ini.php"

  • David Smart David Smart committed [r375]

    EditDesktop.php - sort category names when it is convenient.

  • David Smart David Smart committed [r374]

    GeneratePDFDirectory.php - Remove unnecessary print on CLI activation.

  • David Smart David Smart committed [r373]

    Add icon for the QR Code generator

  • David Smart David Smart committed [r372]

    Add missing color settings to the sample config file.

  • David Smart David Smart committed [r371]

    Update Sample include file.

  • David Smart David Smart committed [r370]

    Cleanup the QR Code hook, supporting that as optional.

  • David Smart David Smart committed [r369]

    More gracefully handle the optional QRCode Generator.

  • David Smart David Smart committed [r368]

    Add the missing SessionClear method.

  • David Smart David Smart committed [r367]

    Add Link to QR Code on the individual page.

  • David Smart David Smart committed [r366]

    Revised the Edit page to use a single entry and adapt to desktop or mobile.

1 >