Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-openxml/python-docx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: AxDSan/python-docx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 21 files changed
  • 1 contributor

Commits on Apr 16, 2023

  1. initial upload

    this is wrong, and I have made some changes already, but they were not uploaded... my bad 🤷
    AxDSan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    16026d7 View commit details
    Browse the repository at this point in the history
  2. Update appprops.py

    AxDSan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    1d8f9fc View commit details
    Browse the repository at this point in the history
  3. update

    AxDSan committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    15c03a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. major refactor

    AxDSan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    613554a View commit details
    Browse the repository at this point in the history
  2. ok

    AxDSan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c8831eb View commit details
    Browse the repository at this point in the history
  3. fix: extended properties elements are being populated

    The `'extended_properties'` elements are now being parsed... although there is an ugly hack, basically, hardcoding what I want to get from the element (text) and from which element (eg. element[1[)
    AxDSan committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    208000d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. implement: very hacky way of doing extended props

    This implementation introduces a very hacky and ugly way of reading and writing to the document app.xml file, which is in charge of the extended properties.
    AxDSan committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    724b635 View commit details
    Browse the repository at this point in the history
  2. refactor: dont need this here

    AxDSan committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    a3ebb66 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update: extendedprops

    extendedprops are now being properly populated.
    AxDSan committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    290ca3e View commit details
    Browse the repository at this point in the history
  2. update: added all remaining properties

    still a very rough version, needs to be polished a just a tad bit more...
    AxDSan committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    0c61a09 View commit details
    Browse the repository at this point in the history
  3. Update .gitignore

    AxDSan committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e2aa0c2 View commit details
    Browse the repository at this point in the history
Loading